mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Change MaxPoolThreads default in code as well from 15 to 300
This commit is contained in:
@@ -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) ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user