smartthreadpool: add pool option SuppressFlow and test it on main smart?? pool (may go bad)

This commit is contained in:
UbitUmarov
2020-12-31 02:46:38 +00:00
parent 0389c02fd5
commit 960a0fa360
3 changed files with 32 additions and 7 deletions

View File

@@ -2898,7 +2898,8 @@ namespace OpenSim.Framework
ThreadPoolName = "Util",
IdleTimeout = 20000,
MaxWorkerThreads = maxThreads,
MinWorkerThreads = minThreads
MinWorkerThreads = minThreads,
SuppressFlow = true
};
m_ThreadPool = new SmartThreadPool(startInfo);