From 5acfc79c501232fff9a49464a528a7128bef918c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 10 Aug 2008 12:51:31 +0000 Subject: 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 --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index c261961..4f62d35 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -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) { -- cgit v1.1