We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f136fc7 commit 8ce7edbCopy full SHA for 8ce7edb
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