From: Peter Eisentraut Date: Thu, 26 Jul 2018 19:13:50 +0000 (+0200) Subject: doc: Clarify documentation of server_lifetime X-Git-Tag: pgbouncer_1_9_0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=299d89812f502dd0043bad1ad14ba33a539df225;p=pgbouncer doc: Clarify documentation of server_lifetime fixes #305 --- diff --git a/doc/config.rst b/doc/config.rst index c6064db..e4d40c7 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -462,7 +462,7 @@ Default: SELECT 1; server_lifetime --------------- -The pooler will try to close server connections that have been connected longer +The pooler will close an unused server connection that has been connected longer than this. Setting it to 0 means the connection is to be used only once, then closed. [seconds]