Skip to content

Commit f3f6818

Browse files
authored
Restore default values (#33715)
1 parent 5b365c8 commit f3f6818

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
@@ -2398,10 +2398,10 @@ message THiveConfig {
23982398
reserved 66;
23992399
optional double ObjectImbalanceToBalance = 67 [default = 0.02];
24002400
optional EHiveChannelBalanceStrategy ChannelBalanceStrategy = 68 [default = HIVE_CHANNEL_BALANCE_STRATEGY_WEIGHTED_RANDOM];
2401-
optional uint64 MaxChannelHistorySize = 69 [default = 10];
2401+
optional uint64 MaxChannelHistorySize = 69 [default = 200];
24022402
optional uint64 StorageInfoRefreshFrequency = 70 [default = 600000]; // send a query to BSC every x milliseconds
2403-
optional double MinStorageScatterToBalance = 71 [default = 0.5]; // storage balancer trigger threshold (enabled by default)
2404-
optional double MinGroupUsageToBalance = 72 [default = 0.05];
2403+
optional double MinStorageScatterToBalance = 71 [default = 999]; // storage balancer trigger threshold (disabled by default)
2404+
optional double MinGroupUsageToBalance = 72 [default = 0.1];
24052405
optional uint64 StorageBalancerInflight = 73 [default = 1];
24062406
optional bool EnableDestroyOperations = 74 [default = false];
24072407
optional double NodeUsageRangeToKick = 75 [default = 0.2];

0 commit comments

Comments
 (0)