mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 14:56:19 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user