REM:
1. 处置任务启动线程异步模式修改为同步模式,避免多次启动同一个处置任务
2. 修正配置项中迪普设备超时时间配置
This commit is contained in:
HuangXin 2020-09-02 08:14:03 +08:00
parent e3da4a6e0b
commit aac7581c50
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ dispose.check-request-token=false
dispose.check-admin-permission=false dispose.check-admin-permission=false
# 迪普设备配置 # 迪普设备配置
# 发送超时时间(ms) # 发送超时时间(ms)
#dptech.soap-conn-timeout=5000 dptech.soap-conn-timeout=50000
# 接收超时时间(ms) # 接收超时时间(ms)
dptech.soap-recv-timeout=50000 dptech.soap-recv-timeout=50000

View File

@ -57,7 +57,7 @@ dispose.check-request-token=true
dispose.check-admin-permission=true dispose.check-admin-permission=true
# 迪普设备配置 # 迪普设备配置
# 发送超时时间(ms) # 发送超时时间(ms)
#dptech.soap-conn-timeout=5000 dptech.soap-conn-timeout=50000
# 接收超时时间(ms) # 接收超时时间(ms)
dptech.soap-recv-timeout=50000 dptech.soap-recv-timeout=50000