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:
Marshall Bowers 2025-05-27 16:48:50 -04:00 committed by GitHub
parent 697c2ba71f
commit fc803ce9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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