aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnaury <snaury@ydb.tech>2022-08-26 15:59:29 +0300
committersnaury <snaury@ydb.tech>2022-08-26 15:59:29 +0300
commitb1cbfc243abcf8461ad3660a5cb70f70706e3fb0 (patch)
tree37d652859ea7b371705acc94456a2a746c108cb7
parent9e1738e783e8f9538a805a8d4b134821bc145833 (diff)
downloadydb-b1cbfc243abcf8461ad3660a5cb70f70706e3fb0.tar.gz
Enable node broken single domain mode by default
-rw-r--r--ydb/core/protos/config.proto2
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];