Improved deleting expired single shot timers

This commit is contained in:
Klaus Schmidinger
2006-03-26 14:38:46 +02:00
parent e789efcb96
commit 5f7e788ae8
3 changed files with 18 additions and 3 deletions

View File

@@ -4452,3 +4452,6 @@ Video Disk Recorder Revision History
- The 'running status' of EPG events is now only set to SI::RunningStatusNotRunning
for events before the present event.
- Fixed some #include sequences.
- Single shot VPS timers are now only considered 'expired' if their associated
EPG event has been explicitly set to SI::RunningStatusNotRunning.
- The check for timers to be deleted is now done only every 30 seconds.