We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f136fc7 + 4fa7215 commit 6539715Copy full SHA for 6539715
ydb/core/protos/feature_flags.proto
@@ -103,7 +103,7 @@ message TFeatureFlags {
103
optional bool EnableExternalDataSources = 88 [default = false];
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106
- optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true];
+ optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107
optional bool EnableScriptExecutionOperations = 92 [default = false];
108
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];
0 commit comments