]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: wdt: make the blocked traffic warning delay configurable
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 16:48:41 +0000 (17:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:35:42 +0000 (18:35 +0100)
commit6127e5a4e9722c1b47f5a9810fd41892b675557b
treea65e75cb63f779c7608cf04a65743db7dad629a3
parent7337c422247b7af342048cfd48ac0aa2a4b7335e
DEBUG: wdt: make the blocked traffic warning delay configurable

The new global "warn-blocked-traffic-after" allows one to configure
after how much time a warning should be emitted when traffic is blocked.
doc/configuration.txt
src/debug.c
src/wdt.c