Skip to content

Commit a56886a

Browse files
igorlukaninmarianore-muttdata
authored andcommitted
docs: Add CUBEJS_TRANSPILATION_WORKER_THREADS
1 parent e80c472 commit a56886a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,21 @@ learn more.
13131313
| --------------- | ---------------------- | --------------------- |
13141314
| A valid number | 86400 | 86400 |
13151315

1316+
## `CUBEJS_TRANSPILATION_WORKER_THREADS`
1317+
1318+
If `true`, optimizes data model compilation by running critical parts of the
1319+
code in worker threads.
1320+
1321+
| Possible Values | Default in Development | Default in Production |
1322+
| --------------- | ---------------------- | --------------------- |
1323+
| `true`, `false` | `false` | `false` |
1324+
1325+
<ReferenceBox>
1326+
1327+
See [this issue](https://github.com/cube-js/cube/issues/9285) for details.
1328+
1329+
</ReferenceBox>
1330+
13161331
## `CUBEJS_WEB_SOCKETS`
13171332

13181333
If `true`, then use WebSocket for data fetching.

0 commit comments

Comments
 (0)