From 0a20be8915e982afe635f3e16d6c03b5c7d16f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Thu, 24 Aug 2023 16:02:03 +0200 Subject: [PATCH] DOC: map/acl: Remove the comments about map/acl performance issue These commits have improved the performances of "set-map", "add-acl" http rule actions: MINOR: map/acl: Improve pat_ref_set_elt() efficiency (for "set-map", "add-acl" actions perfs) MINOR: map/acl: Improve pat_ref_set() efficiency (for "set-map", "add-acl" action perfs) --- doc/configuration.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index cde951a1f..73204b084 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7015,8 +7015,7 @@ http-request add-acl() [ { if | unless } ] file (even a dummy empty file). The file name of the ACL to be updated is passed between parentheses. It takes one argument: , which follows log-format rules, to collect content of the new entry. It performs a lookup - in the ACL before insertion, to avoid duplicated (or more) values. This - lookup is done by a linear search and can be expensive with large lists! + in the ACL before insertion, to avoid duplicated (or more) values. It is the equivalent of the "add acl" command from the stats socket, but can be triggered by an HTTP request. @@ -7733,8 +7732,7 @@ http-request set-map() log-format rules, used to collect MAP key, and , which follows log-format rules, used to collect content for the new entry. It performs a lookup in the MAP before insertion, to avoid duplicated (or - more) values. This lookup is done by a linear search and can be expensive - with large lists! It is the equivalent of the "set map" command from the + more) values. It is the equivalent of the "set map" command from the stats socket, but can be triggered by an HTTP request. http-request set-mark [ { if | unless } ]