UpdateGlue: let the update thread run at "idle" priority

The update thread should not affect the rest of the system, therefore
set "idle" priority, and let it only run when nobody else is using the
resources.
This commit is contained in:
Max Kellermann
2014-01-14 09:09:52 +01:00
parent 07a7fde825
commit 5d17731b73
4 changed files with 77 additions and 0 deletions

1
NEWS
View File

@@ -17,6 +17,7 @@ ver 0.19 (not yet released)
* encoder:
- shine: new encoder plugin
* new resampler option using libsoxr
* the update thread runs at "idle" priority
ver 0.18.7 (2013/01/13)
* playlist