]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: also consider the thread's queue for rebalancing
authorWilly Tarreau <w@1wt.eu>
Thu, 31 Aug 2023 15:51:00 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Sep 2023 12:00:04 +0000 (14:00 +0200)
commitb0031d9679d244d4c9057e6a7a7b0b2142147806
tree961dac830d08f8d253e6f17ff1a81d43da956239
parent844a3bc25b9907afb17856f061ca46558de7de1e
MINOR: checks: also consider the thread's queue for rebalancing

Let's also check for other threads when the current one is queueing,
let's not wait for the load to be high. Now this totally eliminates
differences between threads.
src/check.c