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.
parent
13d4fedf7a
commit
87ed39c953
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue