diff options
author | Diva Canto | 2012-12-06 20:04:32 -0800 |
---|---|---|
committer | Diva Canto | 2012-12-06 20:04:32 -0800 |
commit | 8b29db98bde4e052c441f5099b5e56ffa85c53dd (patch) | |
tree | 6962a00f9551fb7e0a7d8329dd7bd787e72c7dd6 | |
parent | Bug fix in OfflineMessageModule. Mantis #6446 (diff) | |
download | opensim-SC_OLD-8b29db98bde4e052c441f5099b5e56ffa85c53dd.zip opensim-SC_OLD-8b29db98bde4e052c441f5099b5e56ffa85c53dd.tar.gz opensim-SC_OLD-8b29db98bde4e052c441f5099b5e56ffa85c53dd.tar.bz2 opensim-SC_OLD-8b29db98bde4e052c441f5099b5e56ffa85c53dd.tar.xz |
Trying to prevent old route of sending attachments, simulator version unknown maybe due to timeout. mantis #6450
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 95c4f87..57f2ffa 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -314,7 +314,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
314 | 314 | ||
315 | try | 315 | try |
316 | { | 316 | { |
317 | OSDMap result = WebUtil.ServiceOSDRequest(uri, request, "QUERYACCESS", 10000, false); | 317 | OSDMap result = WebUtil.ServiceOSDRequest(uri, request, "QUERYACCESS", 30000, false); |
318 | bool success = result["success"].AsBoolean(); | 318 | bool success = result["success"].AsBoolean(); |
319 | if (result.ContainsKey("_Result")) | 319 | if (result.ContainsKey("_Result")) |
320 | { | 320 | { |