diff options
author | Melanie | 2009-08-17 09:40:38 +0100 |
---|---|---|
committer | Melanie | 2009-08-17 09:40:38 +0100 |
commit | 644db1e5400504ec70b22c3e928873948f1247c3 (patch) | |
tree | 589f916ecf83f9208c2e7a63015b05388ba92fb4 /OpenSim/Region/Communications | |
parent | Add the ability to use -console=rest to the region server. User (diff) | |
download | opensim-SC_OLD-644db1e5400504ec70b22c3e928873948f1247c3.zip opensim-SC_OLD-644db1e5400504ec70b22c3e928873948f1247c3.tar.gz opensim-SC_OLD-644db1e5400504ec70b22c3e928873948f1247c3.tar.bz2 opensim-SC_OLD-644db1e5400504ec70b22c3e928873948f1247c3.tar.xz |
Add System.Xml reference to the console project
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
147 | { | 147 | { |
148 | // The timeout should always be significantly larger than the timeout for the grid server to request | 148 | // The timeout should always be significantly larger than the timeout for the grid server to request |
149 | // the initial status of the region before confirming registration. | 149 | // the initial status of the region before confirming registration. |
150 | GridResp = GridReq.Send(serversInfo.GridURL, 90000); | 150 | GridResp = GridReq.Send(serversInfo.GridURL, 9999999); |
151 | } | 151 | } |
152 | catch (Exception e) | 152 | catch (Exception e) |
153 | { | 153 | { |