Since we've plugged the leak, now increase URLs to 5000 since the limit is being hit in several sims
parent
3dc877c59f
commit
4d4765aa28
|
@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
|||
new Dictionary<string, UrlData>();
|
||||
|
||||
|
||||
private int m_TotalUrls = 1000;
|
||||
private int m_TotalUrls = 5000;
|
||||
|
||||
private IHttpServer m_HttpServer = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue