Bringing in an old private patch, increasing region registration timeout
to 90 seconds. That allows regions witj > 10000 prims to register
successfully. Running them.... well, YMMV
This commit is contained in:
Melanie Thielker
2008-08-10 12:51:31 +00:00
parent 20e8e0ebae
commit 5acfc79c50

View File

@@ -145,7 +145,7 @@ namespace OpenSim.Region.Communications.OGS1
// The timeout should always be significantly larger than the timeout for the grid server to request
// the initial status of the region before confirming registration.
GridResp = GridReq.Send(serversInfo.GridURL, 60000);
GridResp = GridReq.Send(serversInfo.GridURL, 90000);
}
catch (Exception e)
{