RongtongJin commented on code in PR #8626:
URL: https://github.com/apache/rocketmq/pull/8626#discussion_r1741855287


##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -185,6 +185,11 @@ public class BrokerConfig extends BrokerIdentity {
      */
     private int registerNameServerPeriod = 1000 * 30;
 
+    /**
+     * This configurable item defines interval of update name server address. 
Default: 120 * 1000 milliseconds
+     */
+    private int updateNameServerAddrPeriod = 1000 * 120;

Review Comment:
   Naming updateNameServerAddrInterval would be better



-- 
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]

Reply via email to