refactor(server_999): 本地化服务器配置并调整内存键值
- 将所有服务器的监听IP从 0.0.0.0 修改为 127.0.0.1,以限制仅为本地访问 - 修改 relation_svr 和 relay_svr 的内存池共享键值 - 更新 zone_conn 和 zone_svr 的连接URL为本地地址
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<MemPoolShmKey>1109993</MemPoolShmKey>
|
||||
<MemPoolShmSize>140000000</MemPoolShmSize>
|
||||
<RoomCount>20</RoomCount>
|
||||
<UdpMsgHost>0.0.0.0</UdpMsgHost>
|
||||
<UdpMsgHost>127.0.0.1</UdpMsgHost>
|
||||
<UdpMsgPort>19993</UdpMsgPort>
|
||||
<BattleFps>30</BattleFps>
|
||||
<RecvBusMsgInterval>100</RecvBusMsgInterval>
|
||||
|
||||
Reference in New Issue
Block a user