Skip to content

Commit 2569028

Browse files
JLWalshclaude
andauthored
docs: Document CUBEJS_DB_MIN_POOL (cube-js#10720)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d12f310 commit 2569028

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,14 @@ The maximum number of concurrent database connections to pool.
664664
| --------------- | ------------------------------------------- | ------------------------------------------- |
665665
| A valid number | [See database-specific page][ref-config-db] | [See database-specific page][ref-config-db] |
666666

667+
## `CUBEJS_DB_MIN_POOL`
668+
669+
The minimum number of database connections to pool.
670+
671+
| Possible Values | Default in Development | Default in Production |
672+
| --------------- | ---------------------- | --------------------- |
673+
| A valid number | `0` | `0` |
674+
667675
## `CUBEJS_DB_NAME`
668676

669677
The name of the database to connect to.

0 commit comments

Comments
 (0)