From: Marko Kreen Date: Fri, 16 Jan 2009 13:52:44 +0000 (+0000) Subject: README: mention reserve_pool feature X-Git-Tag: pgbouncer_1_3_rc1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cffdfa29f4c34f223bafa816f2824e045729772;p=pgbouncer README: mention reserve_pool feature --- diff --git a/NEWS b/NEWS index b593912..fdcbdaa 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,12 @@ * Database names in config file can now be quoted with standard SQL ident quoting, to allow non-standard characters in db names. + * New tunables: 'reserve_pool_size' and 'reserve_pool_timeout'. + In case there are clients in pool that have waited more that + 'reserve_pool_timeout' seconds, 'reserve_pool_size' specifies + the number of connections that can be added to pool. It can also + set per-pool with 'reserve_pool' connection variable. + * New tunable 'sbuf_loopcnt' to limit time spent on one socket. In some situations - eg SMP server, local Postgres and fast network -