mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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, YMMV
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user