diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-21 09:38:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-21 09:38:34 +0200 |
commit | 505bcee9268750388547be0ab5c0527d1bd851b5 (patch) | |
tree | 644263371ef0ca172cb8a66ccddf26da4857188a /HISTORY | |
parent | c02c081d917df2ca2b11aa165c8f825bb126a2b9 (diff) | |
download | vdr-505bcee9268750388547be0ab5c0527d1bd851b5.tar.gz vdr-505bcee9268750388547be0ab5c0527d1bd851b5.tar.bz2 |
The transponder value of channels is now cached
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9663,7 +9663,7 @@ Video Disk Recorder Revision History - EXPIRELATENCY now only applies to VPS timers. - Deleting expired timers is now triggered immediately after the timers are modified. -2021-05-20: +2021-05-21: - Now using a separate fixed value for internal EPG linger time. This fixes problems with spawned timers jumping to the next event in case Setup.EPGLinger is very small. (reported @@ -9688,3 +9688,5 @@ Video Disk Recorder Revision History + It was only actually used in svdrp.c. + cFile::Ready() now processes only its own file descriptor by calling FileReady() instead of AnyFileReady(). +- The transponder value of channels is now cached, because cChannel::Transponder(void) + is called very often (pointed out by Helmut Binder). |