chore: increase kamal pgbouncer connection pool (#2402)

This commit is contained in:
Matti Nannt
2024-04-05 17:34:43 +02:00
committed by GitHub
parent 37568f333e
commit 35d0d65022

View File

@@ -175,8 +175,8 @@ accessories:
clear:
LISTEN_PORT: "5432"
POOL_MODE: "transaction"
MAX_CLIENT_CONN: "200"
DEFAULT_POOL_SIZE: "50"
MAX_CLIENT_CONN: "300"
DEFAULT_POOL_SIZE: "70"
AUTH_TYPE: "scram-sha-256"
secret:
- DB_USER