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
+1 -1
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