Skip to content

Commit

Permalink
increase TO
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacodota committed Jul 27, 2023
1 parent 4ee2d0d commit 4272eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary/requests/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export async function getCapabilities(): Promise<
try {
const result = await tabNineProcess.request<CapabilitiesResponse>(
{ Features: {} },
7000
20000
);

if (!Array.isArray(result?.enabled_features)) {
Expand Down

0 comments on commit 4272eaa

Please sign in to comment.