From: Marko Kreen Date: Sun, 9 Oct 2011 08:03:28 +0000 (+0200) Subject: min-pool-size doc fix X-Git-Tag: pgbouncer_1_5_rc1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd08528dd51762b6b859cbf4ce6c6dff8e4416a6;p=pgbouncer min-pool-size doc fix --- diff --git a/doc/config.txt b/doc/config.txt index 381e13b..9b12526 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -147,8 +147,10 @@ Default: 20 ==== min_pool_size ==== -Minimal pool size. PgBouncer will open this many connections to backend database -after first client connect. Optional, not recommended in most normal setups. +Add more server connections to pool if below this number. +Improves behaviour when usual load comes suddenly back after period +of total inactivity. + Default: 0 (disabled)