From 3f0824f2833832212278d1f25b14682832d69713 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Jan 2025 09:32:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(gateway):=20=E4=BF=AE=E6=94=B9=20GateW?= =?UTF-8?q?ay=20=E6=9C=8D=E5=8A=A1=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 GateWay 服务名称从 "版本验收-网关服(sid=1001)" 修改为 "版本验收-分服务器" - 此修改统一了分服务器的服务名称,提高了配置的一致性和可维护性 --- Gateway/GateWay.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gateway/GateWay.txt b/Gateway/GateWay.txt index 1246d9d..821c360 100755 --- a/Gateway/GateWay.txt +++ b/Gateway/GateWay.txt @@ -16,7 +16,7 @@ GateServer = { }, { LocalService = { - ServerName = "版本验收-网关服(sid=1001)", + ServerName = "版本验收-分服务器", Address = "0.0.0.0", Port = 11319, MaxSession = 8192, --网关中客户端连接池的最大连接数