File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ message TFeatureFlags {
9999 optional bool EnableSmallDiskOptimization = 84 [default = true ];
100100 optional bool EnableDataShardVolatileTransactions = 85 [default = false ];
101101 optional bool EnableTopicServiceTx = 86 [default = false ];
102- optional bool EnableLLVMCache = 87 [default = true ];
102+ optional bool EnableLLVMCache = 87 [default = false ];
103103 optional bool EnableExternalDataSources = 88 [default = false ];
104104 optional bool EnableTopicDiskSubDomainQuota = 89 [default = true ];
105- optional bool EnableSeparationComputeActorsFromRead = 90 [default = true ];
105+ optional bool EnableSeparationComputeActorsFromRead = 90 [default = false ];
106106 optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false ];
107107 optional bool EnableScriptExecutionOperations = 92 [default = true ];
108108 optional bool EnableImplicitQueryParameterTypes = 93 [default = false ];
You can’t perform that action at this time.
0 commit comments