Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down