mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
HG IM: increase the timeout value
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user