mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2025-06-29 03:03:07 +00:00
update ciphers and timeouts
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user