Skip to content

Commit 549d95f

Browse files
fix(dbapi): increase max_connections to accommodate api workers
Related: b27e040
1 parent 4a4d01e commit 549d95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
- POSTGRES_NON_ROOT_USER_PASSWORD=${DESECSTACK_DBAPI_PASSWORD_desec}
7373
networks:
7474
- rearapi_dbapi
75-
command: ["postgres", "-c", "hba_file=/usr/local/src/pg_hba.conf"]
75+
command: ["postgres", "-c", "max_connections=192", "-c", "hba_file=/usr/local/src/pg_hba.conf"]
7676
logging:
7777
driver: "syslog"
7878
options:

0 commit comments

Comments
 (0)