NO-JIRA fix small doc-related issues for id-cache-size

This commit is contained in:
Justin Bertram 2024-06-11 16:42:26 -05:00
parent 2aff6504e1
commit 43e8009fb0
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
2 changed files with 4 additions and 4 deletions

View File

@ -4448,7 +4448,7 @@
</xsd:annotation>
</xsd:element>
<xsd:element name="id-cache-size" type="xsd:int" maxOccurs="1" minOccurs="0">
<xsd:element name="id-cache-size" type="xsd:int" default="20000" maxOccurs="1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
This will set the Duplicate ID cache size for the matching address. By default the global

View File

@ -79,7 +79,7 @@ Here an example of an `address-setting` entry that might be found in the `broker
<retroactive-message-count>0</retroactive-message-count>
<enable-metrics>true</enable-metrics>
<enable-ingress-timestamp>false</enable-ingress-timestamp>
<id-cache-size>500</id-cache-size>
<id-cache-size>20000</id-cache-size>
</address-setting>
</address-settings>
----
@ -391,8 +391,8 @@ Default is `false`.
id-cache-size::
defines the maximum size of the duplicate ID cache for an address, as each address has it's own cache
that helps to detect and prevent the processing of duplicate messages based on their unique identification.
By default, the `id-cache-size` setting inherits from the global `id-cache-size`, with a default of `20000`
elements if not explicitly configured. Read more about xref:duplicate-detection.adoc#configuring-the-duplicate-id-cache[duplicate id cache sizes].
By default, the `id-cache-size` setting inherits from the global `id-cache-size`, with a default of `20000` elements if not explicitly configured.
Read more about xref:duplicate-detection.adoc#configuring-the-duplicate-id-cache[duplicate id cache sizes].
## Literal Matches