Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2

This commit is contained in:
Melanie
2009-10-22 04:02:26 +01:00
parent 8a336c6860
commit 8ce4fd7234
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ namespace OpenSim
IConfig startupConfig = m_config.Source.Configs["Startup"];
Util.SetMaxThreads(startupConfig.GetInt("MaxPoolThreads", 30));
Util.SetMaxThreads(startupConfig.GetInt("MaxPoolThreads", 15));
if (startupConfig != null)
{