The epg.data file is now read in a separate thread

This commit is contained in:
Klaus Schmidinger
2012-02-11 13:41:29 +01:00
parent b3891d8319
commit 2772964f99
5 changed files with 27 additions and 5 deletions

View File

@@ -6836,7 +6836,7 @@ Video Disk Recorder Revision History
- Fixed frozen live view with device bonding in case the bonded master is used for
live viewing (reported by Uwe Scheffler).
2012-01-26: Version 1.7.24
2012-02-11: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a high load in case a transponder can't be received.
@@ -6851,3 +6851,5 @@ Video Disk Recorder Revision History
minutes (thanks to Christoph Haubrich).
- Symbolic links are no longer resolved in cRecordings::ScanVideoDir() (thanks to
Sundararaj Reel).
- The epg.data file is now read in a separate thread to make the startup process
faster in case the file is very large (suggested by Helmut Auer).