chore: increase kamal pgbouncer pool size to 100 (#2437)

This commit is contained in:
Matti Nannt
2024-04-12 17:35:51 +02:00
committed by GitHub
parent f07dffab07
commit 008fafabf7

View File

@@ -195,7 +195,7 @@ accessories:
LISTEN_PORT: "5432"
POOL_MODE: "transaction"
MAX_CLIENT_CONN: "300"
DEFAULT_POOL_SIZE: "70"
DEFAULT_POOL_SIZE: "100"
AUTH_TYPE: "scram-sha-256"
secret:
- DB_USER