We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aa245 commit 0f81829Copy full SHA for 0f81829
ydb/core/protos/feature_flags.proto
@@ -102,7 +102,7 @@ message TFeatureFlags {
102
optional bool EnableLLVMCache = 87 [default = false];
103
optional bool EnableExternalDataSources = 88 [default = false];
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105
- optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
+ optional bool EnableSeparationComputeActorsFromRead = 90 [default = true];
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107
optional bool EnableScriptExecutionOperations = 92 [default = true];
108
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
0 commit comments