Skip to content

Commit 59147eb

Browse files
authored
EnableExternalDataSources by default true (#1408)
1 parent 8813414 commit 59147eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ message TFeatureFlags {
101101
optional bool EnableTopicServiceTx = 86 [default = false];
102102
optional bool EnableLLVMCache = 87 [default = false];
103103
optional bool EnableExternalDataSources = 88 [default = false];
104-
optional bool EnableTopicDiskSubDomainQuota = 89 [default = false];
104+
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107107
optional bool EnableScriptExecutionOperations = 92 [default = false];

0 commit comments

Comments
 (0)