Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to improve overall performance when an editing process is running

This commit is contained in:
Klaus Schmidinger
2013-04-10 15:38:29 +02:00
parent 89de3b6c01
commit 0e4b404102
3 changed files with 10 additions and 3 deletions

View File

@@ -3140,3 +3140,7 @@ Zoran Turalija <zoran.turalija@gmail.com>
Stefan Braun <louis.braun@gmx.de>
for reporting an endless loop in cTextWrapper::Set() in case the given Width is smaller
than one character
Jochen Dolze <vdr@dolze.de>
for changing cThread::SetIOPriority() from "best effort class" to "idle class" in order
to improve overall performance when an editing process is running