OCT
REM: 1. 处置任务启动线程异步模式修改为同步模式,避免多次启动同一个处置任务 2. 修正配置项中迪普设备超时时间配置
This commit is contained in:
parent
e3da4a6e0b
commit
aac7581c50
|
@ -58,6 +58,6 @@ dispose.check-request-token=false
|
|||
dispose.check-admin-permission=false
|
||||
# 迪普设备配置
|
||||
# 发送超时时间(ms)
|
||||
#dptech.soap-conn-timeout=5000
|
||||
dptech.soap-conn-timeout=50000
|
||||
# 接收超时时间(ms)
|
||||
dptech.soap-recv-timeout=50000
|
||||
|
|
|
@ -57,7 +57,7 @@ dispose.check-request-token=true
|
|||
dispose.check-admin-permission=true
|
||||
# 迪普设备配置
|
||||
# 发送超时时间(ms)
|
||||
#dptech.soap-conn-timeout=5000
|
||||
dptech.soap-conn-timeout=50000
|
||||
# 接收超时时间(ms)
|
||||
dptech.soap-recv-timeout=50000
|
||||
|
||||
|
|
Loading…
Reference in New Issue