We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ec658 commit 434a5e2Copy full SHA for 434a5e2
packages/cubejs-server-core/src/core/OrchestratorApi.ts
@@ -30,7 +30,7 @@ export class OrchestratorApi {
30
protected readonly logger,
31
protected readonly options: OrchestratorApiOptions
32
) {
33
- this.continueWaitTimeout = this.options.MetadataOperationType || 5;
+ this.continueWaitTimeout = this.options.continueWaitTimeout || 5;
34
35
this.orchestrator = new QueryOrchestrator(
36
options.redisPrefix || 'STANDALONE',
0 commit comments