Anonymitaet commented on a change in pull request #11671:
URL: https://github.com/apache/pulsar/pull/11671#discussion_r689174175



##########
File path: site2/docs/reference-configuration.md
##########
@@ -175,7 +175,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |skipBrokerShutdownOnOOM| Flag to skip broker shutdown when broker handles Out 
of memory error. |false|
 |backlogQuotaCheckEnabled|  Enable backlog quota check. Enforces action on 
topic when the quota is reached  |true|
 |backlogQuotaCheckIntervalInSeconds|  How often to check for topics that have 
reached the quota |60|
-|backlogQuotaDefaultLimitGB| The default per-topic backlog quota limit. Being 
less than 0 means no limitation. By default, it is -1. | -1 |
+|backlogQuotaDefaultLimitByte| The default per-topic backlog quota limit. 
Being less than 0 means no limitation. By default, it is -1. | -1 |

Review comment:
       ```suggestion
   |backlogQuotaDefaultLimitByte| The default per-topic backlog quota limit. A 
value less than 0 means no limit. | -1 |
   ```




-- 
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-unsubscr...@pulsar.apache.org

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


Reply via email to