]> git.kaiwu.me - haproxy.git/commit
MINOR: config: make the stream interface idle timer user-configurable
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Feb 2014 15:35:14 +0000 (16:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Feb 2014 15:36:12 +0000 (16:36 +0100)
commit7e3127391f29f068b33aeaf111462323eb7fb89f
treee81b21ff78dcfc4ce900079a47ded36cfe56218f
parent03effc15d64618f86a6586ff73f33a0c4a591012
MINOR: config: make the stream interface idle timer user-configurable

The new tune.idletimer value allows one to set a different value for
idle stream detection. The default value remains set to one second.
It is possible to disable it using zero, and to change the default
value at build time using DEFAULT_IDLE_TIMER.
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/haproxy.c
src/stream_interface.c