From 36f01dce2da967f62bc75ff82011d155318b1f25 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 8 Aug 2014 23:47:03 +0100 Subject: Change MaxPoolThreads default in code as well from 15 to 300 --- OpenSim/Region/Application/OpenSim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 3f3ee11..e7f68c2 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) "); } -- cgit v1.1