mirror of https://github.com/apache/cloudstack.git
CS-15689. Part 2. Removing timeout during login to netscaler
This commit is contained in:
parent
36bec30632
commit
49b9da3dfc
|
|
@ -125,7 +125,7 @@ public class NetscalerResource implements ServerResource {
|
|||
// interface to interact with service VM of the SDX appliance
|
||||
com.citrix.sdx.nitro.service.nitro_service _netscalerSdxService;
|
||||
|
||||
Long _timeout = new Long(0);
|
||||
Long _timeout = new Long(100000);
|
||||
base_response apiCallResult;
|
||||
|
||||
public NetscalerResource () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue