From: Olivier Houchard Date: Tue, 19 Mar 2019 15:44:02 +0000 (+0100) Subject: BUG/MINOR: doc: Be accurate on the behavior on pool-purge-delay. X-Git-Tag: v2.0-dev2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56eebfa5d4c36f62cb43e11dcda2bfcf8773c00;p=thirdparty%2Fhaproxy.git BUG/MINOR: doc: Be accurate on the behavior on pool-purge-delay. Setting pool-purge-delay to 0 disables the pool, it doesn't keep the connection forever, so correctly states this. This should be backported to 1.9. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index a8022fc162..88148c3be7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12000,8 +12000,8 @@ pool-max-conn pool-purge-delay Sets the delay to start purging idle connections. Each interval, half - of the idle connections are closed. 0 means it's never purged. The default is - 1s. + of the idle connections are closed. 0 means we don't keep any idle connection. + The default is 1s. port Using the "port" parameter, it becomes possible to use a different port to