Change read config paramter from max_urls_per_simulator to max_external_urls_per_simulator, which is what it was meant to be

0.7.4.1
Justin Clark-Casey (justincc) 2012-06-16 04:12:53 +01:00
parent ed513fc7be
commit 7119de56ff
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
IConfig llFunctionsConfig = config.Configs["LL-Functions"];
if (llFunctionsConfig != null)
m_TotalUrls = llFunctionsConfig.GetInt("max_urls_per_simulator", m_TotalUrls);
m_TotalUrls = llFunctionsConfig.GetInt("max_external_urls_per_simulator", m_TotalUrls);
}
public void PostInitialise()