* 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:
wj32
2009-10-17 11:35:05 +00:00
parent 545f4147a5
commit e3377d4b64
4 changed files with 84 additions and 50 deletions
+1 -1
View File
@@ -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