diff options
author | Justin Clarke Casey | 2008-03-26 17:21:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-26 17:21:46 +0000 |
commit | c538ea502409950296a4dd5f8a660bf34d85ca14 (patch) | |
tree | 7e5083d28381e2449b9437a17f76f1e94604a331 /OpenSim/Region/Communications/OGS1 | |
parent | From: Dr Scofield <hud@zurich.ibm.com> (diff) | |
download | opensim-SC_OLD-c538ea502409950296a4dd5f8a660bf34d85ca14.zip opensim-SC_OLD-c538ea502409950296a4dd5f8a660bf34d85ca14.tar.gz opensim-SC_OLD-c538ea502409950296a4dd5f8a660bf34d85ca14.tar.bz2 opensim-SC_OLD-c538ea502409950296a4dd5f8a660bf34d85ca14.tar.xz |
* Increase timeout for initial simulator login from 16 to 30 seconds
* Comments, capitalization
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-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 cf1ead1..d19752c 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -132,7 +132,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
132 | try | 132 | try |
133 | { | 133 | { |
134 | XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams); | 134 | XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams); |
135 | GridResp = GridReq.Send(serversInfo.GridURL, 16000); | 135 | GridResp = GridReq.Send(serversInfo.GridURL, 30000); |
136 | } | 136 | } |
137 | catch (Exception ex) | 137 | catch (Exception ex) |
138 | { | 138 | { |