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