mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
on util thread pool reduce the min number of threads, increase the
maximum and increase the idle time before release to OS
This commit is contained in:
@@ -1850,7 +1850,7 @@ namespace OpenSim.Framework
|
||||
|
||||
STPStartInfo startInfo = new STPStartInfo();
|
||||
startInfo.ThreadPoolName = "Util";
|
||||
startInfo.IdleTimeout = 2000;
|
||||
startInfo.IdleTimeout = 20000;
|
||||
startInfo.MaxWorkerThreads = maxThreads;
|
||||
startInfo.MinWorkerThreads = minThreads;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user