mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +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:
@ -300,6 +300,7 @@ services:
|
||||
|
||||
relational_db:
|
||||
image: postgres:15.2-alpine
|
||||
command: -c 'max_connections=150'
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
|
Reference in New Issue
Block a user