Skip to content

Commit 3411787

Browse files
KSDaemonovr
authored andcommitted
chore(schema-compiler)!: Remove old blocking model compilation and make TRANSPILATION_WORKER_THREADS new default
1 parent cbf2a79 commit 3411787

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

docs/pages/product/configuration/reference/environment-variables.mdx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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

14871472
If `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

packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.js

Whitespace-only changes.

0 commit comments

Comments
 (0)