mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Increase timeout for initial simulator login from 16 to 30 seconds
* Comments, capitalization
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user