Skip to content

Commit 8ce7edb

Browse files
authored
Revert "the default value for the EnablePQConfigTransactionsAtSchemeShard flag" (#1434)
1 parent f136fc7 commit 8ce7edb

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)