diff options
author | Max Kellermann <max@duempel.org> | 2014-01-30 18:37:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-30 18:43:40 +0100 |
commit | a31738f6f1473f4f621bc16513ed0c6024749389 (patch) | |
tree | 9a97fe23e91de211a545173f3d90bebef1b043c5 /NEWS | |
parent | 39a2867ea806682922a5bc8b0057bd4ddcbb4dcb (diff) | |
download | mpd-a31738f6f1473f4f621bc16513ed0c6024749389.tar.gz mpd-a31738f6f1473f4f621bc16513ed0c6024749389.tar.xz mpd-a31738f6f1473f4f621bc16513ed0c6024749389.zip |
Main, OutputThread: increase kernel timer slack (Linux)
Allows the kernel to combine timer wakeups with other processes,
reducing power usage.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ ver 0.19 (not yet released) * threads: - the update thread runs at "idle" priority - the output thread runs at "real-time" priority + - increase kernel timer slack on Linux - name each thread (for debugging) * new resampler option using libsoxr |