Bugfix/pg connections (#2002)

* increase max_connections to 150 in all docker files

* lower celery worker concurrency to 6
This commit is contained in:
rkuo-danswer
2024-07-31 12:49:20 -07:00
committed by GitHub
parent 5307d38472
commit 288e6fa606
7 changed files with 7 additions and 1 deletions

View File

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