collab: Increase max database connections to 250 (#31553)
This PR increases the number of max database connections to 250. Release Notes: - N/A
This commit is contained in:
parent
697c2ba71f
commit
fc803ce9d4
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ ZED_ENVIRONMENT=production
|
||||||
RUST_LOG=info
|
RUST_LOG=info
|
||||||
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
||||||
AUTO_JOIN_CHANNEL_ID=283
|
AUTO_JOIN_CHANNEL_ID=283
|
||||||
DATABASE_MAX_CONNECTIONS=85
|
DATABASE_MAX_CONNECTIONS=250
|
||||||
LLM_DATABASE_MAX_CONNECTIONS=25
|
LLM_DATABASE_MAX_CONNECTIONS=25
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue