Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org/mantis/view.php?id=5516
parent
487cb51f69
commit
0ae022d688
|
@ -427,7 +427,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
|||
XmlRpcResponse response = null;
|
||||
try
|
||||
{
|
||||
response = request.Send(m_ServerURL, 10000);
|
||||
response = request.Send(m_ServerURL, 4000);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue