Change priority of bus thread.

Lower priority seems better
This commit is contained in:
Travis Nickles 2018-12-22 16:41:36 -06:00
parent f642371e4d
commit 8be9e66f22

View File

@ -147,7 +147,7 @@ namespace DS4Windows
Monitor.Wait(busThrLck);
}
});
tempThread.Priority = ThreadPriority.AboveNormal;
tempThread.Priority = ThreadPriority.Normal;
tempThread.IsBackground = true;
tempThread.Start();
//while (_udpServer == null)