HG IM: increase the timeout value
parent
6312eea459
commit
2a12d143c2
|
@ -61,7 +61,7 @@ namespace OpenSim.Services.Connectors.InstantMessage
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
XmlRpcResponse GridResp = GridReq.Send(url, 3000);
|
XmlRpcResponse GridResp = GridReq.Send(url, 10000);
|
||||||
|
|
||||||
Hashtable responseData = (Hashtable)GridResp.Value;
|
Hashtable responseData = (Hashtable)GridResp.Value;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue