From 40321af567f96b572e089e324905b390befb4f11 Mon Sep 17 00:00:00 2001 From: iSecloud <869820505@qq.com> Date: Mon, 10 Feb 2025 14:50:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(backend):=20=E8=B0=83=E5=A4=A7MAX=5FSPIDER?= =?UTF-8?q?=5FMASTER=5FCOUNT=20#9233?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/backend/flow/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbm-ui/backend/flow/consts.py b/dbm-ui/backend/flow/consts.py index ac55a01b35..136aee5732 100644 --- a/dbm-ui/backend/flow/consts.py +++ b/dbm-ui/backend/flow/consts.py @@ -74,7 +74,7 @@ DEFAULT_TENDISPLUS_KVSTORECOUNT = 10 # 定义每个TenDB-Cluster集群最大spider-master/mnt角色的节点数量(暂定) -MAX_SPIDER_MASTER_COUNT = 37 +MAX_SPIDER_MASTER_COUNT = 64 # 定义每个TenDB-Cluster集群最小spider-master/slave角色的节点数量(暂定) MIN_SPIDER_MASTER_COUNT = 2 MIN_SPIDER_SLAVE_COUNT = 1