update ciphers and timeouts

This commit is contained in:
ace
2024-08-01 18:36:54 +03:00
parent c29af76378
commit eadc48d6e7
2 changed files with 7 additions and 2 deletions

View File

@ -39,6 +39,9 @@ default_pool_size = {{ pgbouncer_default_pool_size }}
reserve_pool_size = {{ pgbouncer_reserve_pool_size }}
reserve_pool_timeout = 1
max_db_connections = {{ pgbouncer_max_db_connections }}
server_lifetime = {{ pgbouncer_server_lifetime }}
server_idle_timeout = {{ pgbouncer_server_idle_timeout }}
pkt_buf = 8192
listen_backlog = 4096