Skip to content

revert 19bed6c19f373cc26a3b8d1d4e4d1ff1126a56ce #6469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ message TFeatureFlags {
optional bool EnableSmallDiskOptimization = 84 [default = true];
optional bool EnableDataShardVolatileTransactions = 85 [default = false];
optional bool EnableTopicServiceTx = 86 [default = false];
optional bool EnableLLVMCache = 87 [default = true];
optional bool EnableLLVMCache = 87 [default = false];
optional bool EnableExternalDataSources = 88 [default = false];
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
optional bool EnableSeparationComputeActorsFromRead = 90 [default = true];
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
optional bool EnableScriptExecutionOperations = 92 [default = true];
optional bool EnableImplicitQueryParameterTypes = 93 [default = false];
Expand Down
Loading