* Increase timeout for initial simulator login from 16 to 30 seconds

* Comments, capitalization
This commit is contained in:
Justin Clarke Casey
2008-03-26 17:21:46 +00:00
parent 0ca935ba08
commit c538ea5024
2 changed files with 49 additions and 22 deletions

View File

@@ -132,7 +132,7 @@ namespace OpenSim.Region.Communications.OGS1
try
{
XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams);
GridResp = GridReq.Send(serversInfo.GridURL, 16000);
GridResp = GridReq.Send(serversInfo.GridURL, 30000);
}
catch (Exception ex)
{