Skip to content

Commit

Permalink
fix: investigate 1 minute query timeout (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik authored Nov 25, 2024
1 parent b384a38 commit 70ac486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
return this.post<QueryAPIResponse<Action> | ErrorResponse | null>(
this.getPath('/viewer/json/query'),
{...params, base64},
{schema: 'multi', base64},
{schema: 'multi', base64, timeout: params.timeout},
{
concurrentId,
timeout: params.timeout,
Expand Down

0 comments on commit 70ac486

Please sign in to comment.