Skip to content

Commit 30a00c5

Browse files
authored
Set EnableDataShardInMemoryStateMigrationAcrossGenerations = true by default (#20715)
1 parent 1d6e6bc commit 30a00c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ message TFeatureFlags {
182182
optional bool EnableScaleRecommender = 157 [default = false];
183183
optional bool EnableVDiskThrottling = 158 [default = false];
184184
optional bool EnableDataShardInMemoryStateMigration = 159 [default = true];
185-
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = false];
185+
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = true];
186186
optional bool DisableLocalDBEraseCache = 161 [default = false];
187187
optional bool EnableChecksumsExport = 162 [default = false];
188188
optional bool EnableTopicTransfer = 163 [default = true];

0 commit comments

Comments
 (0)