You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/09 05:14:35 UTC

[GitHub] [pulsar] AnonHxy commented on a diff in pull request #16824: [improve][doc] Improve defaultRetentionTimeInMinutes and defaultRetentionSizeInMB doc

AnonHxy commented on code in PR #16824:
URL: https://github.com/apache/pulsar/pull/16824#discussion_r940905081


##########
conf/broker.conf:
##########
@@ -1264,10 +1264,10 @@ replicatorPrefix=pulsar.repl
 # due to missing ZooKeeper watch (disable with value 0)
 replicationPolicyCheckDurationSeconds=600
 
-# Default message retention time
+# Default message retention time. Using a value of -1, is disabling message retention time limit
 defaultRetentionTimeInMinutes=0
 
-# Default retention size
+# Default retention size. Using a value of -1, is disabling message retention size limit

Review Comment:
   Great



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org