mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
daemon conf: "high-priority" setting isn't respected
The code got removed by accident during the cleanup in commit 9c438bcac6. So
this patch is needed to bring it back and make things work like documented.
This commit is contained in:
parent
6e4335cc71
commit
4262d6a14f
1 changed files with 2 additions and 1 deletions
|
|
@ -900,7 +900,8 @@ int main(int argc, char *argv[]) {
|
|||
#endif
|
||||
pa_rtclock_hrtimer_enable();
|
||||
|
||||
pa_raise_priority(conf->nice_level);
|
||||
if (conf->high_priority)
|
||||
pa_raise_priority(conf->nice_level);
|
||||
|
||||
if (conf->system_instance)
|
||||
if (change_user() < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue