作者 wangbin

回复原有设置

@@ -10,10 +10,10 @@ spring: @@ -10,10 +10,10 @@ spring:
10 tm: 10 tm:
11 transaction: 11 transaction:
12 netty: 12 netty:
13 - delaytime: 10 # 客户端链接最大通讯时间 (秒)  
14 - hearttime: 20 # 客户端心跳时间 (秒) 13 + delaytime: 5 # 客户端链接最大通讯时间 (秒)
  14 + hearttime: 15 # 客户端心跳时间 (秒)
15 redis: 15 redis:
16 - savemaxtime: 40 # redis 保存时间 (秒) 16 + savemaxtime: 30 # redis 保存时间 (秒)
17 socket: 17 socket:
18 port: 9998 # 通讯端口 18 port: 9998 # 通讯端口
19 maxconnection: 1000 #最大链接数 19 maxconnection: 1000 #最大链接数
@@ -21,4 +21,4 @@ tm: @@ -21,4 +21,4 @@ tm:
21 auto: false #是否自动补偿 21 auto: false #是否自动补偿
22 notifyUrl: http://ip:port/path #补偿结果通知(配消息总线里面) 22 notifyUrl: http://ip:port/path #补偿结果通知(配消息总线里面)
23 tryTime: 30 # z再次重试时间间隔 23 tryTime: 30 # z再次重试时间间隔
24 - maxWaitTime: 10000 # 请求超时的最大时间 (毫秒) 24 + maxWaitTime: 5000 # 请求超时的最大时间 (毫秒)