mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Bump number of URLs to 15000 per region
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user