HG IM: increase the timeout value

This commit is contained in:
Diva Canto
2011-06-02 10:44:10 -07:00
parent 6312eea459
commit 2a12d143c2

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Services.Connectors.InstantMessage
try
{
XmlRpcResponse GridResp = GridReq.Send(url, 3000);
XmlRpcResponse GridResp = GridReq.Send(url, 10000);
Hashtable responseData = (Hashtable)GridResp.Value;