We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd35bc3 commit de1b190Copy full SHA for de1b190
ydb/core/protos/feature_flags.proto
@@ -185,7 +185,7 @@ message TFeatureFlags {
185
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = false];
186
optional bool DisableLocalDBEraseCache = 161 [default = false];
187
optional bool EnableChecksumsExport = 162 [default = false];
188
- optional bool EnableTopicTransfer = 163 [default = true];
+ optional bool EnableTopicTransfer = 163 [default = false];
189
optional bool EnableViewExport = 164 [default = false];
190
optional bool EnableColumnStore = 165 [default = false];
191
optional bool EnableStrictAclCheck = 166 [default = false];
0 commit comments