fix: switch to transaction mode for pgbouncer
All checks were successful
Renovate / renovate (push) Successful in 36s
All checks were successful
Renovate / renovate (push) Successful in 36s
This commit is contained in:
parent
0ec8fbf5b9
commit
73b3eae0f0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ spec:
|
||||||
instances: 3
|
instances: 3
|
||||||
type: rw
|
type: rw
|
||||||
pgbouncer:
|
pgbouncer:
|
||||||
poolMode: session
|
poolMode: transaction
|
||||||
parameters:
|
parameters:
|
||||||
max_client_conn: "1000"
|
max_client_conn: "1000"
|
||||||
default_pool_size: "10"
|
default_pool_size: "10"
|
||||||
|
|
Loading…
Reference in a new issue