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
0.6.0-stable
Melanie Thielker 2008-08-10 12:51:31 +00:00
parent 20e8e0ebae
commit 5acfc79c50
1 changed files with 1 additions and 1 deletions

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