Skip to content

Commit c246869

Browse files
refactor: update sendQuery timeout (#462)
1 parent 9663970 commit c246869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
289289
database,
290290
action,
291291
stats,
292-
timeout: 600000,
292+
timeout: 10 * 60 * 1000,
293293
},
294294
{},
295295
{

0 commit comments

Comments
 (0)