Skip to content

Commit c377d2f

Browse files
authored
Disable double accelerates on HDD by default (#17667) (#18295)
2 parents a05a0b9 + 3873043 commit c377d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ message TImmediateControlsConfig {
15351535
Description: "Maximum number of slow disks, which DSProxy can skip with Accelerations, option for HDD",
15361536
MinValue: 1,
15371537
MaxValue: 2,
1538-
DefaultValue: 2 }];
1538+
DefaultValue: 1 }];
15391539

15401540
optional uint64 SlowDiskThresholdSSD = 9 [(ControlOptions) = {
15411541
Description: "The minimum ratio of slowest and second slowest disks, required to accelerate, promille, option for SSD",

0 commit comments

Comments
 (0)