Skip to content

Commit 462c794

Browse files
authored
Proper FastSplitCpuPercentageThreshold values (fix split by load) #29383 (#29544)
1 parent cb39fa0 commit 462c794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,8 +1549,8 @@ message TImmediateControlsConfig {
15491549
optional uint64 FastSplitCpuPercentageThreshold = 11 [(ControlOptions) = {
15501550
Description: "Max Fast split cpu usage",
15511551
MinValue: 1,
1552-
MaxValue: 50,
1553-
DefaultValue: 146 }];
1552+
MaxValue: 146,
1553+
DefaultValue: 50 }];
15541554
optional uint64 SplitByLoadEnabled = 12 [(ControlOptions) = {
15551555
Description: "Enables split by load",
15561556
MinValue: 0,

0 commit comments

Comments
 (0)