We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdd066 commit c6401b7Copy full SHA for c6401b7
ydb/core/protos/feature_flags.proto
@@ -112,7 +112,7 @@ message TFeatureFlags {
112
optional bool EnableLLVMCache = 87 [default = false];
113
optional bool EnableExternalDataSources = 88 [default = false];
114
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true, (RequireRestart) = true];
115
- optional bool EnableSeparationComputeActorsFromRead = 90 [default = true];
+ optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
116
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true];
117
optional bool EnableScriptExecutionOperations = 92 [default = true];
118
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
0 commit comments