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

bulletsim
Diva Canto 2011-06-10 20:59:57 -07:00
parent 487cb51f69
commit 0ae022d688
1 changed files with 1 additions and 1 deletions

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