]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: fix agent check interval computation
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Dec 2013 19:41:18 +0000 (20:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Dec 2013 15:02:19 +0000 (16:02 +0100)
commit15f39102145af20800d906843e4dd7f8f7340245
tree5a33e484a785253b1f5ce53fe7d220ba8576409f
parentff5ae35b9fde764156b814dca8a57e83b8bcc0fd
MINOR: checks: fix agent check interval computation

start_checks() only used to consider the health checks intervals to
compute the start interval, so if an agent had a faster check than
all health checks, it would be significantly delayed.
src/checks.c