commit | 5853c0c0d527d406e5eb54dec9c21ff1478dc16e | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Dec 10 17:58:43 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Dec 15 16:35:09 2020 +0100 |
tree | 46a8555f4e3d817c6d01715e35254632c871276a | |
parent | 73be796462d5d96672a7082ec1023ee87d63a4fb [diff] |
MINOR: cache: Add a max-secondary-entries cache option This new option allows to tune the maximum number of simultaneous entries with the same primary key in the cache (secondary entries). When we try to store a response in the cache and there are already max-secondary-entries living entries in the cache, the storage will fail (but the response will still be sent to the client). It defaults to 10 and does not have a maximum number.