Significantly increase the total number of URL's available. In second life, the limit is 15,000 URL's (one per prim), so i'd hope we can manage 1k.

This commit is contained in:
Tom
2011-01-28 16:51:35 -08:00
parent 13d4fedf7a
commit 87ed39c953

View File

@@ -76,7 +76,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
new Dictionary<string, UrlData>();
private int m_TotalUrls = 100;
private int m_TotalUrls = 1000;
private IHttpServer m_HttpServer = null;