From e90a10b195835fd0ff0adc9a47bb3599bddf6322 Mon Sep 17 00:00:00 2001 From: avi5kdonrh <44050507+avi5kdonrh@users.noreply.github.com> Date: Tue, 3 Mar 2020 22:10:36 +0530 Subject: [PATCH] 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 dd67a26821..15f77bb792 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