We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6e6bc commit 30a00c5Copy full SHA for 30a00c5
ydb/core/protos/feature_flags.proto
@@ -182,7 +182,7 @@ message TFeatureFlags {
182
optional bool EnableScaleRecommender = 157 [default = false];
183
optional bool EnableVDiskThrottling = 158 [default = false];
184
optional bool EnableDataShardInMemoryStateMigration = 159 [default = true];
185
- optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = false];
+ optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = true];
186
optional bool DisableLocalDBEraseCache = 161 [default = false];
187
optional bool EnableChecksumsExport = 162 [default = false];
188
optional bool EnableTopicTransfer = 163 [default = true];
0 commit comments