]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: wdt: set the default blocked task delay to 100 ms
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 16:51:57 +0000 (17:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:35:42 +0000 (18:35 +0100)
commit5f4fe201160a94a1b93930e76c6ce01abb0144ad
tree669a93a17ed380db349b290026b1728338895424
parent84dd05e7d83eeee4e7b8c64dc656cdd608c78806
DEBUG: wdt: set the default blocked task delay to 100 ms

The warn-blocked-traffic-after can be significantly lowered. In any
case, in order to be usable it must be well below the limit to have a
chance to emit exploitable traces before the watchdog finally fires.
Even configured at 1ms it looks very difficult to trigger it on a
laptop doing SSL and compression, so applying a 100-fold factor to
cover for large configs and small machines sounds sane for 3.1. In any
case, even at 100ms, the service degradation becomes quite visible.
doc/configuration.txt
src/wdt.c