]> git.kaiwu.me - haproxy.git/commit
MEDIUM: servers: Replace idle-timeout with pool-purge-delay.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 14 Dec 2018 17:15:36 +0000 (18:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 22:50:09 +0000 (23:50 +0100)
commitb7b3faa79cce0d6e4c3db03aca31d3f86db283c8
tree0eed9a2d50dd16964b0bda790d306884fbd4ece5
parent006e3101f996808f3dd345a785a0bbb582c2e43d
MEDIUM: servers: Replace idle-timeout with pool-purge-delay.

Instead of the old "idle-timeout" mechanism, add a new option,
"pool-purge-delay", that sets the delay before purging idle connections.
Each time the delay happens, we destroy half of the idle connections.
doc/configuration.txt
include/types/server.h
src/cfgparse.c
src/server.c
src/session.c