gavinchou commented on code in PR #60855:
URL: https://github.com/apache/doris/pull/60855#discussion_r3321951831


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3501,6 +3501,83 @@ public static int metaServiceRpcRetryTimes() {
     @ConfField(mutable = true, masterOnly = true)
     public static boolean enable_notify_be_after_load_txn_commit = false;
 
+    
//==========================================================================
+    //                      cloud meta service rpc limiter config
+    
//==========================================================================
+    @ConfField(mutable = true, description = {"Whether to enable rate limiting 
for meta-service RPC calls"})
+    public static boolean meta_service_rpc_rate_limit_enabled = true;

Review Comment:
   naming meta_service_rpc_rate_limit_enabled  -> 
enable_meta_service_rpc_rate_limit



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to