File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
docs/pages/product/configuration/reference Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ jobs:
369369 (contains(env.CLOUD_DATABASES, matrix.database) && env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '') ||
370370 (!contains(env.CLOUD_DATABASES, matrix.database))
371371 env :
372- DRIVERS_TESTS_CUBEJS_TRANSPILATION_WORKER_THREADS : true
373372 DRIVERS_TESTS_CUBEJS_TRANSPILATION_NATIVE : false
374373 DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER : ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.use_tesseract_sql_planner) || matrix.use_tesseract_sql_planner }}
375374
Original file line number Diff line number Diff line change @@ -1467,21 +1467,6 @@ learn more.
14671467| --------------- | ---------------------- | --------------------- |
14681468| A valid number | 86400 | 86400 |
14691469
1470- ## ` CUBEJS_TRANSPILATION_WORKER_THREADS `
1471-
1472- If ` true ` , optimizes data model compilation by running critical parts of the
1473- code in worker threads.
1474-
1475- | Possible Values | Default in Development | Default in Production |
1476- | --------------- | ---------------------- | --------------------- |
1477- | ` true ` , ` false ` | ` true ` | ` true ` |
1478-
1479- <ReferenceBox >
1480-
1481- See [ this issue] ( https://github.com/cube-js/cube/issues/9285 ) for details.
1482-
1483- </ReferenceBox >
1484-
14851470## ` CUBEJS_WEB_SOCKETS `
14861471
14871472If ` true ` , then use WebSocket for data fetching.
@@ -1911,4 +1896,4 @@ The port for a Cube deployment to listen to API connections on.
19111896[ ref-mdx-api-locale ] : /product/apis-integrations/mdx-api#measure-format
19121897[ ref-time-dimensions ] : /product/data-modeling/reference/dimensions#time
19131898[ ref-time-zone ] : /product/apis-integrations/queries#time-zone
1914- [ link-tzdb ] : https://en.wikipedia.org/wiki/Tz_database
1899+ [ link-tzdb ] : https://en.wikipedia.org/wiki/Tz_database
You can’t perform that action at this time.
0 commit comments