Skip to content

Commit de1b190

Browse files
committed
fix
1 parent fd35bc3 commit de1b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ message TFeatureFlags {
185185
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = false];
186186
optional bool DisableLocalDBEraseCache = 161 [default = false];
187187
optional bool EnableChecksumsExport = 162 [default = false];
188-
optional bool EnableTopicTransfer = 163 [default = true];
188+
optional bool EnableTopicTransfer = 163 [default = false];
189189
optional bool EnableViewExport = 164 [default = false];
190190
optional bool EnableColumnStore = 165 [default = false];
191191
optional bool EnableStrictAclCheck = 166 [default = false];

0 commit comments

Comments
 (0)