Skip to content

Commit d0cc485

Browse files
authored
revert 19bed6c (#6469)
1 parent 64fa639 commit d0cc485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/feature_flags.proto

+2-2
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)