refactor(gateway): 修改 GateWay 服务名称

- 将 GateWay 服务名称从 "版本验收-网关服(sid=1001)" 修改为 "版本验收-分服务器"
- 此修改统一了分服务器的服务名称,提高了配置的一致性和可维护性
This commit is contained in:
aixianling
2025-01-10 09:32:14 +08:00
parent 3fb9285ba4
commit 3f0824f283

View File

@@ -16,7 +16,7 @@ GateServer = {
},
{
LocalService = {
ServerName = "版本验收-网关服(sid=1001)",
ServerName = "版本验收-分服务器",
Address = "0.0.0.0",
Port = 11319,
MaxSession = 8192, --网关中客户端连接池的最大连接数