If a client has not been serviced in this many seconds, pgbouncer enables
use of additional connections from reserve pool. 0 disables.
-Default: 5
+Default: 5.0
==== server_round_robin ====
How long to keep released connections available for immediate re-use, without running
sanity-check queries on it. If 0 then the query is ran always.
-Default: 30
+Default: 30.0
==== server_check_query ====
than this. Setting it to 0 means the connection is to be used only once,
then closed. [seconds]
-Default: 3600
+Default: 3600.0
==== server_idle_timeout ====
too many connections in the pool, this one can be dropped.
If 0 then timeout is disabled. [seconds]
-Default: 600
+Default: 600.0
==== server_connect_timeout ====
If connection and login won't finish in this amount of time, the connection
will be closed. [seconds]
-Default: 15
+Default: 15.0
==== server_login_retry ====
If login failed, because of failure from connect() or authentication that
pooler waits this much before retrying to connect. [seconds]
-Default: 15
+Default: 15.0
==== client_login_timeout ====
will be disconnected. Mainly needed to avoid dead connections stalling
SUSPEND and thus online restart. [seconds]
-Default: 60
+Default: 60.0
==== autodb_idle_timeout ====
been unused this many seconds, they are freed. The negative
aspect of that is that their statistics are also forgotten. [seconds]
-Default: 3600
+Default: 3600.0
==== dns_max_ttl ====
several answers, pgbouncer will robin-between them in the meantime.
Actual DNS TTL is ignored. [seconds]
-Default: 15
+Default: 15.0
==== dns_zone_check_period ====
Works only with UDNS backend (`--with-udns` to configure).
-Default: 0 (disabled)
+Default: 0.0 (disabled)
=== Dangerous timeouts ===
slightly smaller server-side statement_timeout, to apply only for network
problems. [seconds]
-Default: 0 (disabled)
+Default: 0.0 (disabled)
==== query_wait_timeout ====
is not assigned to a server during that time, the client is disconnected. This
is used to prevent unresponsive servers from grabbing up connections. [seconds]
-Default: 0 (disabled)
+Default: 0.0 (disabled)
==== client_idle_timeout ====
be larger than the client-side connection lifetime settings, and only used
for network problems. [seconds]
-Default: 0 (disabled)
+Default: 0.0 (disabled)
==== idle_transaction_timeout ====
If client has been in "idle in transaction" state longer,
it will be disconnected. [seconds]
-Default: 0 (disabled)
+Default: 0.0 (disabled)
=== Low-level network settings ===