Anonymitaet commented on a change in pull request #11141:
URL: https://github.com/apache/pulsar/pull/11141#discussion_r660443479
##########
File path: conf/broker.conf
##########
@@ -487,6 +487,10 @@ maxMessagePublishBufferSizeInMB=
# Use 0 or negative number to disable the check
retentionCheckIntervalInSeconds=120
+# Check between intervals to see if max message size in topic policies has
been updated.
+# Default is 60s
Review comment:
Do you mean this?
```suggestion
# Control the frequency of checking the max message size in the topic
policy.
# The default interval is 60 seconds.
```
--
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]