
This PR increases the `DATABASE_MAX_CONNECTIONS` limit for the Collab server to 850 (up from 250). Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev> Co-authored-by: Mikayla <mikayla@zed.dev>
7 lines
303 B
Bash
7 lines
303 B
Bash
ZED_ENVIRONMENT=production
|
|
RUST_LOG=info
|
|
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
|
AUTO_JOIN_CHANNEL_ID=283
|
|
# Set DATABASE_MAX_CONNECTIONS max connections in the `deploy_collab.yml`:
|
|
# https://github.com/zed-industries/zed/blob/main/.github/workflows/deploy_collab.yml
|
|
LLM_DATABASE_MAX_CONNECTIONS=25
|