aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorTom2011-03-21 13:30:53 -0700
committerTom2011-03-21 13:30:53 -0700
commit4d4765aa28d4553ffa2893eea201eaa27867a022 (patch)
tree8023cd0c3c466a75d6f3ab834fb722a0a33477ff /OpenSim/Region/CoreModules
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-4d4765aa28d4553ffa2893eea201eaa27867a022.zip
opensim-SC_OLD-4d4765aa28d4553ffa2893eea201eaa27867a022.tar.gz
opensim-SC_OLD-4d4765aa28d4553ffa2893eea201eaa27867a022.tar.bz2
opensim-SC_OLD-4d4765aa28d4553ffa2893eea201eaa27867a022.tar.xz
Since we've plugged the leak, now increase URLs to 5000 since the limit is being hit in several sims
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
index 66eb747..bdbd0c2 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
77 new Dictionary<string, UrlData>(); 77 new Dictionary<string, UrlData>();
78 78
79 79
80 private int m_TotalUrls = 1000; 80 private int m_TotalUrls = 5000;
81 81
82 private IHttpServer m_HttpServer = null; 82 private IHttpServer m_HttpServer = null;
83 83