summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-23 14:49:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-23 14:49:06 +0100
commit834ac04c3be267ecfb463a9741782bf315130404 (patch)
tree63d63020b9b1487e203d51c2b0a74e46fbbb5e1b /HISTORY
parente2ba3d09a5239a9da9b1344a8bd671b85b0f987b (diff)
downloadvdr-834ac04c3be267ecfb463a9741782bf315130404.tar.gz
vdr-834ac04c3be267ecfb463a9741782bf315130404.tar.bz2
Added a short sleep to cTSBuffer::Action() to avoid high CPU usage
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 93fa8989..3c37db26 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8879,3 +8879,5 @@ Video Disk Recorder Revision History
- Avoiding some duplicate code and unnecessary work in nit.c (thanks to Ville
Skyttä).
- Added support for the systemd watchdog (thanks to Marc Perrudin),
+- Added a short sleep to cTSBuffer::Action() to avoid high CPU usage (thanks to
+ Sergey Chernyavskiy).