commit | 7e3127391f29f068b33aeaf111462323eb7fb89f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Feb 12 16:35:14 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 12 16:36:12 2014 +0100 |
tree | e81b21ff78dcfc4ce900079a47ded36cfe56218f | |
parent | 03effc15d64618f86a6586ff73f33a0c4a591012 [diff] |
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.