diff options
author | Nikolay Shestakov <tesseract@ydb.tech> | 2024-01-30 17:44:40 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 17:44:40 +0500 |
commit | 59147eb6ee5e83c58e051f84a7599cb60b83ccf4 (patch) | |
tree | 8a9909b937669c8ab7579161bb09553b5c04d0ea | |
parent | 88134144840b61b5c3d4eb9c701dd95168f3f7f4 (diff) | |
download | ydb-59147eb6ee5e83c58e051f84a7599cb60b83ccf4.tar.gz |
EnableExternalDataSources by default true (#1408)
-rw-r--r-- | ydb/core/protos/feature_flags.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index 115bd8facc..52d1cf02c4 100644 --- a/ydb/core/protos/feature_flags.proto +++ b/ydb/core/protos/feature_flags.proto @@ -101,7 +101,7 @@ message TFeatureFlags { optional bool EnableTopicServiceTx = 86 [default = false]; optional bool EnableLLVMCache = 87 [default = false]; optional bool EnableExternalDataSources = 88 [default = false]; - optional bool EnableTopicDiskSubDomainQuota = 89 [default = false]; + optional bool EnableTopicDiskSubDomainQuota = 89 [default = true]; optional bool EnableSeparationComputeActorsFromRead = 90 [default = false]; optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false]; optional bool EnableScriptExecutionOperations = 92 [default = false]; |