don't run ThreadMessageHandler at lowered priority

There's no clear reason ThreadMessageHandler should be low priority.
Fixes #8010 (priority inversion).
This commit is contained in:
Kaz Wesley
2016-05-05 11:55:46 -07:00
parent 3b9a0bf41f
commit e53e7c5473
4 changed files with 0 additions and 26 deletions

View File

@@ -1729,7 +1729,6 @@ void ThreadMessageHandler()
boost::mutex condition_mutex;
boost::unique_lock<boost::mutex> lock(condition_mutex);
SetThreadPriority(THREAD_PRIORITY_BELOW_NORMAL);
while (true)
{
vector<CNode*> vNodesCopy;