diff options
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -297,6 +297,9 @@ void WorkerThread::Action() MoveListItem *moveitem=NULL; SetPriority(19); +#if VDRVERSNUM >= 10706 + SetIOPriority(7); +#endif while(Running()) { |