diff options
author | snaury <snaury@ydb.tech> | 2022-08-26 15:59:29 +0300 |
---|---|---|
committer | snaury <snaury@ydb.tech> | 2022-08-26 15:59:29 +0300 |
commit | b1cbfc243abcf8461ad3660a5cb70f70706e3fb0 (patch) | |
tree | 37d652859ea7b371705acc94456a2a746c108cb7 | |
parent | 9e1738e783e8f9538a805a8d4b134821bc145833 (diff) | |
download | ydb-b1cbfc243abcf8461ad3660a5cb70f70706e3fb0.tar.gz |
Enable node broken single domain mode by default
-rw-r--r-- | ydb/core/protos/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index 5a54d3eece..f84c2a99e8 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -693,7 +693,7 @@ message TFeatureFlags { optional bool EnableNotNullColumns = 54 [default = true]; optional bool EnableTtlOnAsyncIndexedTables = 55 [default = true]; optional bool EnableBulkUpsertToAsyncIndexedTables = 56 [default = true]; - optional bool EnableNodeBrokerSingleDomainMode = 57 [default = false]; + optional bool EnableNodeBrokerSingleDomainMode = 57 [default = true]; optional bool EnableKqpSessionActor = 58 [default = true]; // Dangerous settings we don't want in the public api unless required optional bool EnablePublicApiExternalBlobs = 59 [default = false]; |