From 644db1e5400504ec70b22c3e928873948f1247c3 Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 17 Aug 2009 09:40:38 +0100 Subject: Add System.Xml reference to the console project --- 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 aef1b94..47c7fe4 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -147,7 +147,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, 90000); + GridResp = GridReq.Send(serversInfo.GridURL, 9999999); } catch (Exception e) { -- cgit v1.1