aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
diff options
context:
space:
mode:
authorMelanie2012-07-29 15:09:42 +0200
committerMelanie2012-07-29 15:09:42 +0200
commit9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b (patch)
treee9505f2cb5b9bf13d8707e07acf5111ce24e30e8 /OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
parentImplement the linefeed URL hack for ShoutCast and other services (diff)
downloadopensim-SC_OLD-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.zip
opensim-SC_OLD-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.gz
opensim-SC_OLD-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.bz2
opensim-SC_OLD-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.xz
Bump number of URLs to 15000 per region
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-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 f4a89bd..e0e358a 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -80,7 +80,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
80 /// <summary> 80 /// <summary>
81 /// Maximum number of external urls that can be set up by this module. 81 /// Maximum number of external urls that can be set up by this module.
82 /// </summary> 82 /// </summary>
83 private int m_TotalUrls = 5000; 83 private int m_TotalUrls = 15000;
84 84
85 private uint https_port = 0; 85 private uint https_port = 0;
86 private IHttpServer m_HttpServer = null; 86 private IHttpServer m_HttpServer = null;