Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org/mantis/view.php?id=5516

This commit is contained in:
Diva Canto
2011-06-10 20:59:57 -07:00
parent 487cb51f69
commit 0ae022d688

View File

@@ -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)
{