Added cThread::SetPriority() and using it in cSectionHandler::Action() to reduce the priority of the section handler threads

This commit is contained in:
Klaus Schmidinger
2005-05-29 11:44:52 +02:00
parent 961e7a9115
commit e622406342
5 changed files with 14 additions and 3 deletions

View File

@@ -3575,3 +3575,5 @@ Video Disk Recorder Revision History
- Speeded up deleting duplicate channels.
- Fixed listing recordings with empty episode names in the LSTR command (thanks
to Stefan Huelswitt for pointing this out).
- Added cThread::SetPriority() and using it in cSectionHandler::Action() to
reduce the priority of the section handler threads (as suggested by Georg Acher).