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:
@@ -2,5 +2,5 @@ ZED_ENVIRONMENT=production
|
||||
RUST_LOG=info
|
||||
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
||||
AUTO_JOIN_CHANNEL_ID=283
|
||||
DATABASE_MAX_CONNECTIONS=85
|
||||
DATABASE_MAX_CONNECTIONS=250
|
||||
LLM_DATABASE_MAX_CONNECTIONS=25
|
||||
|
||||
Reference in New Issue
Block a user