实时
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.lld.im.tcp;
|
||||
package com.lld.im.tcp.netty;
|
||||
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.lld.im.codec.config.BootstrapConfig;
|
||||
@@ -1,3 +1,5 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
server:
|
||||
port: 38000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
lim:
|
||||
tcpPort: 29000
|
||||
webSocketPort: 19000
|
||||
webSocketPort: 29001
|
||||
bossThreadSize: 1
|
||||
workThreadSize: 8
|
||||
heartBeatTime: 20000 #心跳超时时间 单位毫秒
|
||||
|
||||
Reference in New Issue
Block a user