You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/03/04 16:58:58 UTC

[activemq-artemis] branch master updated: NO-JIRA clarify default id-cache-size in the doc

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new e90a10b  NO-JIRA clarify default id-cache-size in the doc
     new 9b4ece2  This closes #2996
e90a10b is described below

commit e90a10b195835fd0ff0adc9a47bb3599bddf6322
Author: avi5kdonrh <44...@users.noreply.github.com>
AuthorDate: Tue Mar 3 22:10:36 2020 +0530

    NO-JIRA clarify default id-cache-size in the doc
    
    The default id cache size is 20000, not 2000
---
 docs/user-manual/en/duplicate-detection.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/duplicate-detection.md b/docs/user-manual/en/duplicate-detection.md
index dd67a26..15f77bb 100644
--- a/docs/user-manual/en/duplicate-detection.md
+++ b/docs/user-manual/en/duplicate-detection.md
@@ -110,7 +110,7 @@ size of `n` elements, then the `n + 1`th id stored will overwrite the
 
 The maximum size of the cache is configured by the parameter
 `id-cache-size` in `broker.xml`, the default value is
-`2000` elements.
+`20000` elements.
 
 The caches can also be configured to persist to disk or not. This is
 configured by the parameter `persist-id-cache`, also in