Since we've plugged the leak, now increase URLs to 5000 since the limit is being hit in several sims

avinationmerge
Tom 2011-03-21 13:30:53 -07:00
parent 3dc877c59f
commit 4d4765aa28
1 changed files with 1 additions and 1 deletions

View File

@ -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;