diff options
Diffstat (limited to 'OpenSim/Region')
-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 | { |