commit | d7cee71e773091d74d6589e51cae3f406a917527 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 21 13:45:00 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | db234bfc6ec1fb0de6af8afca70ac190f18bbb99 | |
parent | 815516d6fd334d265208c442afcb21baa02e9405 [diff] |
MINOR: checks: Use a tree instead of a list to store tcp-check rulesets Since all tcp-check rulesets are globally stored, it is a problem to use list. For configuration with many backends, the lookups in list may be costly and slow downs HAProxy startup. To solve this problem, tcp-check rulesets are now stored in a tree.