REM:
1. 设定处置设备接口超时为5000ms
This commit is contained in:
HuangXin 2020-05-11 11:11:55 +08:00
parent 30f3889339
commit 3d7142f5e8
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ public class GlobalVar {
/**
* The constant SOAP_CONNECT_TIMEOUT.
*/
public static final int SOAP_CONNECT_TIMEOUT = 1000;
public static final int SOAP_CONNECT_TIMEOUT = 5000;
/**
* The constant SOAP_RECEIVE_TIMEOUT.
*/
public static final int SOAP_RECEIVE_TIMEOUT = 3000;
public static final int SOAP_RECEIVE_TIMEOUT = 5000;
/**
* The constant MAX_THREAT_INFO_VERSION.
*/