Change read config paramter from max_urls_per_simulator to max_external_urls_per_simulator, which is what it was meant to be
parent
9a6aa528db
commit
3aef006e78
|
@ -109,7 +109,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||||
IConfig llFunctionsConfig = config.Configs["LL-Functions"];
|
IConfig llFunctionsConfig = config.Configs["LL-Functions"];
|
||||||
|
|
||||||
if (llFunctionsConfig != null)
|
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()
|
public void PostInitialise()
|
||||||
|
|
Loading…
Reference in New Issue