作者 曾义

更新 logistics-tx-manager-dev.yml

@@ -10,15 +10,15 @@ spring: @@ -10,15 +10,15 @@ spring:
10 tm: 10 tm:
11 transaction: 11 transaction:
12 netty: 12 netty:
13 - delaytime: 20 # 客户端链接最大通讯时间 (秒)  
14 - hearttime: 30 # 客户端心跳时间 (秒) 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 #最大链接数
20 compensate: 20 compensate:
21 auto: false #是否自动补偿 21 auto: false #是否自动补偿
22 notifyUrl: http://ip:port/path #补偿结果通知(配消息总线里面) 22 notifyUrl: http://ip:port/path #补偿结果通知(配消息总线里面)
23 - tryTime: 40 # z再次重试时间间隔  
24 - maxWaitTime: 20000 # 请求超时的最大时间 (毫秒) 23 + tryTime: 30 # z再次重试时间间隔
  24 + maxWaitTime: 5000 # 请求超时的最大时间 (毫秒)