tabish121 commented on code in PR #4349:
URL: https://github.com/apache/activemq-artemis/pull/4349#discussion_r1090963438
##########
artemis-server/src/main/resources/schema/artemis-configuration.xsd:
##########
@@ -4000,6 +4000,23 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="page-limit-bytes" type="xsd:string"
default="-1" maxOccurs="1" minOccurs="0">
+ <xsd:annotation>
+ <xsd:documentation>
+ After the address entering into page mode, this attribute
will configure how many pages can be written into page before activating the
page-full-policy.
Review Comment:
This reads a bit funny, should it be "After the address enters into page
mode...." same for the below comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]