Skip to content

Commit 6539715

Browse files
authored
Merge 4fa7215 into f136fc7
2 parents f136fc7 + 4fa7215 commit 6539715

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
@@ -103,7 +103,7 @@ message TFeatureFlags {
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 = true];
106+
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107107
optional bool EnableScriptExecutionOperations = 92 [default = false];
108108
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
109109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];

0 commit comments

Comments
 (0)