Bump number of URLs to 15000 per region
parent
9f6236f5bf
commit
9163cdd7c1
|
@ -80,7 +80,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Maximum number of external urls that can be set up by this module.
|
/// Maximum number of external urls that can be set up by this module.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private int m_TotalUrls = 5000;
|
private int m_TotalUrls = 15000;
|
||||||
|
|
||||||
private uint https_port = 0;
|
private uint https_port = 0;
|
||||||
private IHttpServer m_HttpServer = null;
|
private IHttpServer m_HttpServer = null;
|
||||||
|
|
Loading…
Reference in New Issue