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 18:04:55 +0000 (19:04 +0100)
commit5904fe57bca954d8ca937bb71f47ba83c264a192
tree4ee72ca88fc6f4b59438e7babbf5bbce9a07ee0b
parent650f633d441e47d5b268ddbc9edb18ce33da52b6
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.

(cherry picked from commit 6127e5a4e9722c1b47f5a9810fd41892b675557b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/configuration.txt
src/debug.c
src/wdt.c