NO-JIRA clarify default id-cache-size in the doc

The default id cache size is 20000, not 2000
This commit is contained in:
avi5kdonrh 2020-03-03 22:10:36 +05:30 committed by Justin Bertram
parent ca37a09f87
commit e90a10b195
1 changed files with 1 additions and 1 deletions

View File

@ -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