Skip to content

Commit 067b297

Browse files
committed
set CUBEJS_TESSERACT_ORCHESTRATOR to true by default
1 parent fcb5711 commit 067b297

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const variables: Record<string, (...args: any) => any> = {
221221
.asInt(),
222222
nativeSqlPlanner: () => get('CUBEJS_TESSERACT_SQL_PLANNER').default('false').asBool(),
223223
nativeOrchestrator: () => get('CUBEJS_TESSERACT_ORCHESTRATOR')
224-
.default('false')
224+
.default('true')
225225
.asBoolStrict(),
226226
transpilationWorkerThreads: () => get('CUBEJS_TRANSPILATION_WORKER_THREADS')
227227
.default('false')

0 commit comments

Comments
 (0)