From 3fb9285ba4953290d2cdc93f01c2b7abdf387c94 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Jan 2025 09:29:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Gateway):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BD=91=E5=85=B3=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 GateWay.txt 文件中的 LocalService 端口从 10317 修改为 11319 --- Gateway/GateWay.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gateway/GateWay.txt b/Gateway/GateWay.txt index 65961ac..1246d9d 100755 --- a/Gateway/GateWay.txt +++ b/Gateway/GateWay.txt @@ -18,7 +18,7 @@ GateServer = { LocalService = { ServerName = "版本验收-网关服(sid=1001)", Address = "0.0.0.0", - Port = 10317, + Port = 11319, MaxSession = 8192, --网关中客户端连接池的最大连接数 SendThreadCount = 20, --数据发送线程池中工作线程数量 },