]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mt_list: Reduce the max number of loops with exponential backoff
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 21 Mar 2025 09:56:40 +0000 (09:56 +0000)
committerOlivier Houchard <cognet@ci0.org>
Fri, 21 Mar 2025 10:30:59 +0000 (11:30 +0100)
commit98967aa09f068f41eddff36fa5b0d4b55ada3acd
treeafbe930f4fedf988c8458d592d93e4bc4c0ae59e
parentc5f8df8d55e6a85f72e415c63188345dc670e53b
MEDIUM: mt_list: Reduce the max number of loops with exponential backoff

Reduce the max number of loops in the mt_list code while waiting for
a lock to be available with exponential backoff. It's been observed that
the current value led to severe performances degradation at least on
some hardware, hopefully this value will be acceptable everywhere.
include/import/mt_list.h