mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
* improved SysCallHacker symbol loading, added CID display
* changed PH WorkQueue max. threads to 2 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2248 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -169,7 +169,7 @@ namespace ProcessHacker
|
||||
|
||||
ThreadPool.SetMinThreads(1, 1);
|
||||
ThreadPool.SetMaxThreads(2, 2);
|
||||
WorkQueue.GlobalWorkQueue.MaxWorkerThreads = 3;
|
||||
WorkQueue.GlobalWorkQueue.MaxWorkerThreads = 2;
|
||||
|
||||
// Create or open the Process Hacker mutex, used only by the installer.
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user