We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8813414 commit 59147ebCopy full SHA for 59147eb
ydb/core/protos/feature_flags.proto
@@ -101,7 +101,7 @@ message TFeatureFlags {
101
optional bool EnableTopicServiceTx = 86 [default = false];
102
optional bool EnableLLVMCache = 87 [default = false];
103
optional bool EnableExternalDataSources = 88 [default = false];
104
- optional bool EnableTopicDiskSubDomainQuota = 89 [default = false];
+ optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107
optional bool EnableScriptExecutionOperations = 92 [default = false];
0 commit comments