diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java index 85a4ded7f67931..cdef2f61ef9555 100644 --- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java @@ -3010,7 +3010,7 @@ public static int metaServiceRpcRetryTimes() { // to control the max num of values inserted into cache hotspot internal table // insert into cache table when the size of batch values reaches this limit @ConfField(mutable = true) - public static long batch_insert_cluster_cache_hotspot_num = 50; + public static long batch_insert_cluster_cache_hotspot_num = 1000; /** * intervals between be status checks for CloudUpgradeMgr