CS-15689. Removing timeout during login to netscaler.

This commit is contained in:
Vijay 2012-07-26 11:37:22 +05:30 committed by Srikanteswararao Talluri
parent 2d1278096b
commit 36bec30632
1 changed files with 1 additions and 1 deletions

View File

@ -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(100000);
Long _timeout = new Long(0);
base_response apiCallResult;
public NetscalerResource () {