Skip to content

Commit c6401b7

Browse files
authored
disable EnableSeparationComputeActorsFromRead (#17779)
1 parent cfdd066 commit c6401b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ message TFeatureFlags {
112112
optional bool EnableLLVMCache = 87 [default = false];
113113
optional bool EnableExternalDataSources = 88 [default = false];
114114
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true, (RequireRestart) = true];
115-
optional bool EnableSeparationComputeActorsFromRead = 90 [default = true];
115+
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
116116
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true];
117117
optional bool EnableScriptExecutionOperations = 92 [default = true];
118118
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];

0 commit comments

Comments
 (0)