]> granicus.if.org Git - pgbouncer/commitdiff
config.txt: server_idle_timeout does not care how full pool is.
authorMarko Kreen <markokr@gmail.com>
Fri, 15 Jun 2012 07:43:23 +0000 (10:43 +0300)
committerMarko Kreen <markokr@gmail.com>
Fri, 15 Jun 2012 07:43:23 +0000 (10:43 +0300)
Noticed-by: Mike Broers
doc/config.txt

index 52fa3d214626e590d60c0d91c5c0e13c2d826081..7d3053ab8e261837348fd04a38a0d0c32abfe8dd 100644 (file)
@@ -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