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-11 08:59:26 +02:00
parent 1b1dc6d775
commit 06f7c2d414
3 changed files with 9 additions and 2 deletions

View File

@@ -7791,3 +7791,6 @@ Video Disk Recorder Revision History
Udo Richter).
- Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is
used (thanks to Lars Hanisch).
- Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to
improve overall performance when an editing process is running (thanks to Jochen
Dolze).