mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
smartthreadpool: add pool option SuppressFlow and test it on main smart?? pool (may go bad)
This commit is contained in:
@@ -2898,7 +2898,8 @@ namespace OpenSim.Framework
|
||||
ThreadPoolName = "Util",
|
||||
IdleTimeout = 20000,
|
||||
MaxWorkerThreads = maxThreads,
|
||||
MinWorkerThreads = minThreads
|
||||
MinWorkerThreads = minThreads,
|
||||
SuppressFlow = true
|
||||
};
|
||||
|
||||
m_ThreadPool = new SmartThreadPool(startInfo);
|
||||
|
||||
Reference in New Issue
Block a user