rollback application.properties
parent
f48920d5bc
commit
9c373c3b2a
|
@ -46,7 +46,7 @@ mongodb.options.maxConnectionIdleTime = 1000
|
|||
|
||||
|
||||
# netty config
|
||||
netty.tcpPort = 26080
|
||||
netty.tcpPort = 16080
|
||||
netty.chatTcpPort = 20001
|
||||
netty.logintcpPort = 18091
|
||||
netty.udpPort = 18092
|
||||
|
@ -55,15 +55,14 @@ netty.udpTargetPort=10001
|
|||
netty.reconnectDelay=3000
|
||||
netty.bossThreadCount=1
|
||||
netty.workerThreadCount=10
|
||||
netty.readTimeout=10
|
||||
netty.writeTimeout=10
|
||||
netty.allTimeout=10
|
||||
netty.readTimeout=32
|
||||
netty.writeTimeout=32
|
||||
netty.allTimeout=35
|
||||
|
||||
|
||||
|
||||
#core
|
||||
services.core.ip=127.0.0.1
|
||||
services.core.gmport=12345
|
||||
services.core.ip=60.1.1.153
|
||||
services.core.port=7900
|
||||
services.core.area=1000
|
||||
services.core.id=1
|
||||
|
|
Loading…
Reference in New Issue