Skip to content

Commit 4bfb078

Browse files
committed
docs: Add CUBEJS_TRANSPILATION_WORKER_THREADS
1 parent b5ddd11 commit 4bfb078

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
@@ -1293,6 +1293,21 @@ learn more.
12931293
| --------------- | ---------------------- | --------------------- |
12941294
| A valid number | 86400 | 86400 |
12951295

1296+
## `CUBEJS_TRANSPILATION_WORKER_THREADS`
1297+
1298+
If `true`, optimizes data model compilation by running critical parts of the
1299+
code in worker threads.
1300+
1301+
| Possible Values | Default in Development | Default in Production |
1302+
| --------------- | ---------------------- | --------------------- |
1303+
| `true`, `false` | `false` | `false` |
1304+
1305+
<ReferenceBox>
1306+
1307+
See [this issue](https://github.com/cube-js/cube/issues/9285) for details.
1308+
1309+
</ReferenceBox>
1310+
12961311
## `CUBEJS_WEB_SOCKETS`
12971312

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

0 commit comments

Comments
 (0)