parent
30f3889339
commit
3d7142f5e8
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue