]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: simulate long configuration parsing with force-cfg-parser-pause
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Oct 2024 15:38:46 +0000 (17:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Oct 2024 15:40:37 +0000 (17:40 +0200)
commitedf85a1d76a772b70e81919ec4e919e06477fd39
tree28d36afff5ecde8b2fb02ab3de7e2dc0c58f5797
parent232083c3e5ca3f23a44fa64def6a88dd257c3b23
MINOR: cfgparse: simulate long configuration parsing with force-cfg-parser-pause

This command is pausing the configuration parser for <timeout>
milliseconds. This is useful for development or for testing timeouts of
init scripts, particularly to simulate a very long reload. It requires
the expose-experimental-directives to be set.
doc/configuration.txt
src/cfgparse-global.c