This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis.git
commit a28c2780554a39665ae65020e5292bc2bed50334 Author: nozdrya.d.a <[email protected]> AuthorDate: Fri Feb 27 16:44:56 2026 +0300 ARTEMIS-5915 fix/duplicate_detection_doc --- docs/user-manual/duplicate-detection.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/duplicate-detection.adoc b/docs/user-manual/duplicate-detection.adoc index 92a969c3a0..680643ee44 100644 --- a/docs/user-manual/duplicate-detection.adoc +++ b/docs/user-manual/duplicate-detection.adoc @@ -138,7 +138,7 @@ Duplicate ID cache persistence is configured by the parameter `persist-id-cache` ---- <core> ... - <persist-id-cache>false</id-cache-size> + <persist-id-cache>false</persist-id-cache> ... </core> ---- @@ -183,4 +183,4 @@ If you *do not need* duplicate detection at all or only for certain addresses it </core> ---- -This will prevent needless consumption of heap memory so it is available to the broker for other uses. \ No newline at end of file +This will prevent needless consumption of heap memory so it is available to the broker for other uses. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
