Skip to content

Commit 70ac486

Browse files
authored
fix: investigate 1 minute query timeout (#1690)
1 parent b384a38 commit 70ac486

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
@@ -564,7 +564,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
564564
return this.post<QueryAPIResponse<Action> | ErrorResponse | null>(
565565
this.getPath('/viewer/json/query'),
566566
{...params, base64},
567-
{schema: 'multi', base64},
567+
{schema: 'multi', base64, timeout: params.timeout},
568568
{
569569
concurrentId,
570570
timeout: params.timeout,

0 commit comments

Comments
 (0)