Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ message TFeatureFlags {
optional bool EnableReleaseNodeNameOnGracefulShutdown = 155 [default = false];
optional bool ForceDistconfDisable = 156 [default = false];
optional bool EnableScaleRecommender = 157 [default = true];
optional bool EnableVDiskThrottling = 158 [default = false];
optional bool EnableVDiskThrottling = 158 [default = true];
optional bool EnableDataShardInMemoryStateMigration = 159 [default = true];
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = true];
optional bool DisableLocalDBEraseCache = 161 [default = false];
Expand Down
Loading