Bump number of URLs to 15000 per region

This commit is contained in:
Melanie
2012-07-29 15:09:42 +02:00
parent 9f6236f5bf
commit 9163cdd7c1

View File

@@ -80,7 +80,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
/// <summary>
/// Maximum number of external urls that can be set up by this module.
/// </summary>
private int m_TotalUrls = 5000;
private int m_TotalUrls = 15000;
private uint https_port = 0;
private IHttpServer m_HttpServer = null;