diff options
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 24d9010..fb84466 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -137,7 +137,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
137 | try | 137 | try |
138 | { | 138 | { |
139 | GridReq = new XmlRpcRequest("simulator_login", SendParams); | 139 | GridReq = new XmlRpcRequest("simulator_login", SendParams); |
140 | GridResp = GridReq.Send(serversInfo.GridURL, 10000); | 140 | GridResp = GridReq.Send(serversInfo.GridURL, 16000); |
141 | } catch (Exception ex) | 141 | } catch (Exception ex) |
142 | { | 142 | { |
143 | m_log.Error("Unable to connect to grid. Grid server not running?"); | 143 | m_log.Error("Unable to connect to grid. Grid server not running?"); |