This is an automated email from the ASF dual-hosted git repository.
liaoxin01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6450603c922 [chore](ms) Change Default config for ms rate limit
(#64398)
6450603c922 is described below
commit 6450603c9223c2c358a5814040bd65564612752b
Author: Yixuan Wang <[email protected]>
AuthorDate: Thu Jun 11 14:47:10 2026 +0800
[chore](ms) Change Default config for ms rate limit (#64398)
---
cloud/src/common/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h
index 088dab135d9..29e795ca078 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -207,7 +207,7 @@ CONF_Int64(default_max_qps_limit, "1000000");
CONF_String(specific_max_qps_limit, "get_cluster:5000000;begin_txn:5000000");
CONF_Bool(enable_rate_limit, "true");
CONF_Int64(bvar_qps_update_second, "5");
-CONF_mBool(enable_ms_rate_limit, "true");
+CONF_mBool(enable_ms_rate_limit, "false");
// Fault injection: randomly return meta service rate limit error for testing.
// ms_rate_limit_injection_probability is the probability (0-100) of injecting
a rate limit error.
CONF_mBool(enable_ms_rate_limit_injection, "false");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]