Skip to content

Commit 3e89cf3

Browse files
committed
change enable_ms_rpc_host_level_rate_limit default to falase
1 parent f223468 commit 3e89cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

be/src/cloud/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ DEFINE_mBool(enable_file_cache_write_base_compaction_index_only, "false");
174174
DEFINE_mBool(enable_file_cache_write_cumu_compaction_index_only, "false");
175175

176176
// MS RPC rate limiting config
177-
DEFINE_mBool(enable_ms_rpc_host_level_rate_limit, "true");
177+
DEFINE_mBool(enable_ms_rpc_host_level_rate_limit, "false");
178178

179179
// Per-RPC QPS limit configs (per CPU core)
180180
// QPS limit = config_value * num_cores

0 commit comments

Comments
 (0)