From 6882a90654a722679933cf648ac8ae10c8e78137 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Jan 2025 14:28:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Gateway):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E5=B9=B6=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将第一个后台服务器的端口从 10318 修改为 11317 - 删除第二个后台服务器及其相关配置 --- Gateway/GateWay.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Gateway/GateWay.txt b/Gateway/GateWay.txt index 821c360..7b6a4e6 100755 --- a/Gateway/GateWay.txt +++ b/Gateway/GateWay.txt @@ -11,20 +11,7 @@ GateServer = { --后台服务器的地址和端口 BackServer = { Host = "127.0.0.1", - Port = 10318, - }, - }, - { - LocalService = { - ServerName = "版本验收-分服务器", - Address = "0.0.0.0", - Port = 11319, - MaxSession = 8192, --网关中客户端连接池的最大连接数 - SendThreadCount = 20, --数据发送线程池中工作线程数量 - }, - BackServer = { - Host = "127.0.0.1", - Port = 11318, + Port = 11317, }, }, } \ No newline at end of file