Skip to content

Commit 434a5e2

Browse files
committed
fix
1 parent 94ec658 commit 434a5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-server-core/src/core/OrchestratorApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class OrchestratorApi {
3030
protected readonly logger,
3131
protected readonly options: OrchestratorApiOptions
3232
) {
33-
this.continueWaitTimeout = this.options.MetadataOperationType || 5;
33+
this.continueWaitTimeout = this.options.continueWaitTimeout || 5;
3434

3535
this.orchestrator = new QueryOrchestrator(
3636
options.redisPrefix || 'STANDALONE',

0 commit comments

Comments
 (0)