mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3715. Increasing VMware vCenter session timeout value to 20 minutes from 10 minutes.
This commit is contained in:
parent
7bce498c19
commit
ed3d82eabb
|
|
@ -134,8 +134,8 @@ public class VmwareClient {
|
|||
ctxt.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
|
||||
ctxt.put(BindingProvider.SESSION_MAINTAIN_PROPERTY, true);
|
||||
|
||||
ctxt.put("com.sun.xml.internal.ws.request.timeout", 600000);
|
||||
ctxt.put("com.sun.xml.internal.ws.connect.timeout", 600000);
|
||||
ctxt.put("com.sun.xml.internal.ws.request.timeout", 1200000);
|
||||
ctxt.put("com.sun.xml.internal.ws.connect.timeout", 1200000);
|
||||
|
||||
ServiceContent serviceContent = vimPort.retrieveServiceContent(SVC_INST_REF);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue