]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: increase the default pool-purge-delay to 5 seconds
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Jun 2019 12:06:31 +0000 (14:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Jun 2019 12:06:31 +0000 (14:06 +0200)
commitfb55365f9ecf89670fe05120f88c66fc3857a34f
tree9b7bb511392fb6ad5d86cc123e867a04d9d3f9ae
parenta689c3d8d46021d9fd94aff5ae326f781f09b707
MINOR: server: increase the default pool-purge-delay to 5 seconds

The default used to be a very aggressive delay of 1 second before starting
to purge idle connections, but tests show that with bursty traffic it's a
bit short. Let's increase this to 5 seconds.
doc/configuration.txt
src/server.c