Skip to content

Commit 0e27f9f

Browse files
Merge 468e70e into df7e1b2
2 parents df7e1b2 + 468e70e commit 0e27f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ message TFeatureFlags {
9898
reserved 83; // EnableKqpDataQuerySourceRead
9999
optional bool EnableSmallDiskOptimization = 84 [default = true];
100100
optional bool EnableDataShardVolatileTransactions = 85 [default = false];
101-
optional bool EnableTopicServiceTx = 86 [default = false];
101+
optional bool EnableTopicServiceTx = 86 [default = true];
102102
optional bool EnableLLVMCache = 87 [default = false];
103103
optional bool EnableExternalDataSources = 88 [default = false];
104104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106-
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
106+
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true];
107107
optional bool EnableScriptExecutionOperations = 92 [default = true];
108108
optional bool EnableImplicitQueryParameterTypes = 93 [default = false];
109109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];
110-
optional bool EnableTopicSplitMerge = 95 [default = false];
110+
optional bool EnableTopicSplitMerge = 95 [default = true];
111111
optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true];
112112
optional bool ForceColumnTablesCompositeMarks = 97 [default = false];
113113
optional bool EnableSubscriptionsInDiscovery = 98 [default = false];

0 commit comments

Comments
 (0)