File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ message TFeatureFlags {
99
99
optional bool EnableSmallDiskOptimization = 84 [default = true ];
100
100
optional bool EnableDataShardVolatileTransactions = 85 [default = false ];
101
101
optional bool EnableTopicServiceTx = 86 [default = false ];
102
- optional bool EnableLLVMCache = 87 [default = true ];
102
+ optional bool EnableLLVMCache = 87 [default = false ];
103
103
optional bool EnableExternalDataSources = 88 [default = false ];
104
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true ];
105
- optional bool EnableSeparationComputeActorsFromRead = 90 [default = true ];
105
+ optional bool EnableSeparationComputeActorsFromRead = 90 [default = false ];
106
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false ];
107
107
optional bool EnableScriptExecutionOperations = 92 [default = true ];
108
108
optional bool EnableImplicitQueryParameterTypes = 93 [default = false ];
You can’t perform that action at this time.
0 commit comments