mirror of
https://github.com/opensim/opensim.git
synced 2026-07-20 22:55:38 +08:00
Since we've plugged the leak, now increase URLs to 5000 since the limit is being hit in several sims
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user