mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 12:58:42 +02:00
Bugfix/pg connections (#2002)
* increase max_connections to 150 in all docker files * lower celery worker concurrency to 6
This commit is contained in:
@@ -40,6 +40,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: danswer-secrets
|
||||
key: postgres_password
|
||||
args: ["-c", "max_connections=150"]
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
volumeMounts:
|
||||
|
Reference in New Issue
Block a user