From 976bc665cc13780128ff33c54a60d7ad3ec265e2 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 15 Jun 2012 10:43:23 +0300 Subject: [PATCH] config.txt: server_idle_timeout does not care how full pool is. Noticed-by: Mike Broers --- doc/config.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0