diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 3f3ee113e1..e7f68c2162 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -115,7 +115,7 @@ namespace OpenSim Util.FireAndForgetMethod = asyncCallMethod; stpMinThreads = startupConfig.GetInt("MinPoolThreads", 15); - stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 15); + stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 300); m_consolePrompt = startupConfig.GetString("ConsolePrompt", @"Region (\R) "); }