From: Marko Kreen Date: Fri, 15 Jun 2012 07:43:23 +0000 (+0300) Subject: config.txt: server_idle_timeout does not care how full pool is. X-Git-Tag: pgbouncer_1_5_3~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=976bc665cc13780128ff33c54a60d7ad3ec265e2;p=pgbouncer config.txt: server_idle_timeout does not care how full pool is. Noticed-by: Mike Broers --- diff --git a/doc/config.txt b/doc/config.txt index 52fa3d2..7d3053a 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -318,8 +318,7 @@ Default: 3600.0 ==== server_idle_timeout ==== -If a server connection has been idle more than this many seconds, and there are -too many connections in the pool, this one can be dropped. +If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Default: 600.0