File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2057,10 +2057,10 @@ message THiveConfig {
20572057 reserved 66 ;
20582058 optional double ObjectImbalanceToBalance = 67 [default = 0.02 ];
20592059 optional EHiveChannelBalanceStrategy ChannelBalanceStrategy = 68 [default = HIVE_CHANNEL_BALANCE_STRATEGY_WEIGHTED_RANDOM ];
2060- optional uint64 MaxChannelHistorySize = 69 [default = 10 ];
2060+ optional uint64 MaxChannelHistorySize = 69 [default = 200 ];
20612061 optional uint64 StorageInfoRefreshFrequency = 70 [default = 600000 ]; // send a query to BSC every x milliseconds
2062- optional double MinStorageScatterToBalance = 71 [default = 0.5 ]; // storage balancer trigger threshold (enabled by default)
2063- optional double MinGroupUsageToBalance = 72 [default = 0.05 ];
2062+ optional double MinStorageScatterToBalance = 71 [default = 999 ]; // storage balancer trigger is disabled by default
2063+ optional double MinGroupUsageToBalance = 72 [default = 0.1 ];
20642064 optional uint64 StorageBalancerInflight = 73 [default = 1 ];
20652065 optional bool EnableDestroyOperations = 74 [default = false ];
20662066 optional double NodeUsageRangeToKick = 75 [default = 0.2 ];
You can’t perform that action at this time.
0 commit comments