Skip to content

Commit b1d9876

Browse files
committed
restore
1 parent 8028541 commit b1d9876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/protos/config.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)