]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: servers: Add a command to limit the number of idling connections.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 10 Dec 2018 17:30:32 +0000 (18:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 22:50:08 +0000 (23:50 +0100)
commit006e3101f996808f3dd345a785a0bbb582c2e43d
tree0254aa41b2fb71f68ee9e2c14cc05a3efe88e36a
parent86006a561e8b902e6eaaa5276fd6b89c03cf4b4e
MEDIUM: servers: Add a command to limit the number of idling connections.

Add a new command, "pool-max-conn" that sets the maximum number of connections
waiting in the orphan idling connections list (as activated with idle-timeout).
Using "-1" means unlimited. Using pools is now dependant on this.
doc/configuration.txt
include/proto/connection.h
include/types/connection.h
include/types/server.h
src/backend.c
src/cfgparse.c
src/server.c
src/session.c