diff options
author | Melanie | 2012-07-29 15:09:42 +0200 |
---|---|---|
committer | Melanie | 2012-07-29 15:09:42 +0200 |
commit | 9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b (patch) | |
tree | e9505f2cb5b9bf13d8707e07acf5111ce24e30e8 /OpenSim/Region/CoreModules/Scripting/LSLHttp | |
parent | Implement the linefeed URL hack for ShoutCast and other services (diff) | |
download | opensim-SC-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.zip opensim-SC-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.gz opensim-SC-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.bz2 opensim-SC-9163cdd7c17dd7f3732ba2c140b5fc808e5cd17b.tar.xz |
Bump number of URLs to 15000 per region
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs | 2 |
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; |