未验证 提交 65dc9d99 编写于 作者: L liudezhi 提交者: GitHub

fix brokerPublisherThrottlingTickTimeMillis in broker.conf (#6877)

Master Issue: #6876

Motivation
the brokerPublisherThrPottlingTickTimeMillis config spelling mistake

Modifications
broker.conf

  # Tick time to schedule task that checks broker publish rate limiting across all topics
# Reducing to lower value can give more accuracy while throttling publish but
# it uses more CPU to perform frequent check. (Disable publish throttling with value 0)
brokerPublisherThrottlingTickTimeMillis=50


* fix brokerPublisherThrottlingTickTimeMillis in broker.conf

* fix brokerPublisherThrottlingTickTimeMillis in standalone.conf
Co-authored-by: Ndezhiliu <dezhiliu@tencent.com>
上级 a24203cc
......@@ -207,7 +207,7 @@ topicPublisherThrottlingTickTimeMillis=10
# Tick time to schedule task that checks broker publish rate limiting across all topics
# Reducing to lower value can give more accuracy while throttling publish but
# it uses more CPU to perform frequent check. (Disable publish throttling with value 0)
brokerPublisherThrPottlingTickTimeMillis=50
brokerPublisherThrottlingTickTimeMillis=50
# Max Rate(in 1 seconds) of Message allowed to publish for a broker if broker publish rate limiting enabled
# (Disable message rate limit with value 0)
......
......@@ -161,7 +161,7 @@ topicPublisherThrottlingTickTimeMillis=2
# Tick time to schedule task that checks broker publish rate limiting across all topics
# Reducing to lower value can give more accuracy while throttling publish but
# it uses more CPU to perform frequent check. (Disable publish throttling with value 0)
brokerPublisherThrPottlingTickTimeMillis=50
brokerPublisherThrottlingTickTimeMillis=50
# Max Rate(in 1 seconds) of Message allowed to publish for a broker if broker publish rate limiting enabled
# (Disable message rate limit with value 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册