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 fcb5711 commit 067b297Copy full SHA for 067b297
packages/cubejs-backend-shared/src/env.ts
@@ -221,7 +221,7 @@ const variables: Record<string, (...args: any) => any> = {
221
.asInt(),
222
nativeSqlPlanner: () => get('CUBEJS_TESSERACT_SQL_PLANNER').default('false').asBool(),
223
nativeOrchestrator: () => get('CUBEJS_TESSERACT_ORCHESTRATOR')
224
- .default('false')
+ .default('true')
225
.asBoolStrict(),
226
transpilationWorkerThreads: () => get('CUBEJS_TRANSPILATION_WORKER_THREADS')
227
.default('false')
0 commit comments