Patch #9024
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, YMMV0.6.0-stable
parent
20e8e0ebae
commit
5acfc79c50
|
@ -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 timeout should always be significantly larger than the timeout for the grid server to request
|
||||||
// the initial status of the region before confirming registration.
|
// the initial status of the region before confirming registration.
|
||||||
GridResp = GridReq.Send(serversInfo.GridURL, 60000);
|
GridResp = GridReq.Send(serversInfo.GridURL, 90000);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue