aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgvit <gvit@ydb.tech>2022-07-18 17:34:32 +0300
committergvit <gvit@ydb.tech>2022-07-18 17:34:32 +0300
commit50b9535f36ba9805da16b18f48cc0b1bcdb0a4fa (patch)
treedd4a5527b7fdb8fb42c7f87efdec215f713df4a5
parent09b4fccb98c8d8a57604f9e747b466219cc5fccd (diff)
downloadydb-50b9535f36ba9805da16b18f48cc0b1bcdb0a4fa.tar.gz
Change "config.proto"
-rw-r--r--ydb/core/protos/config.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto
index eeeab6425a..7b066290da 100644
--- a/ydb/core/protos/config.proto
+++ b/ydb/core/protos/config.proto
@@ -1048,7 +1048,7 @@ message TTableServiceConfig {
}
message TSessionBalancerSettings {
- optional bool Enabled = 1 [default = true];
+ optional bool Enabled = 1 [default = false];
enum EEnableTier {
TIER_DISABLED = 1;
@@ -1095,7 +1095,7 @@ message TTableServiceConfig {
optional uint32 BoardPublishIntervalMs = 10 [default = 1000];
optional uint32 BoardLookupIntervalMs = 11 [default = 30000];
- optional EEnableTier EnableTier = 12 [ default = TIER_DISABLED ];
+ optional EEnableTier EnableTier = 12 [ default = TIER_ENABLED_FOR_SESSIONS_WITH_SUPPORT ];
optional EBalancingStrategy Strategy = 13 [ default = BALANCE_BY_COUNT ];
optional bool SupportRemoteSessionCreation = 14 [ default = false ];
}