module-rt: only change nice level on our servers

Make the default nice.level an invalid value, that is not configured
as the priority on a process.
Explicitly enable a nice level on our daemon processes.

Fixes #2034
This commit is contained in:
Wim Taymans 2022-01-18 13:32:25 +01:00
parent 9976a7f8b2
commit f3dfa9b9af
13 changed files with 22 additions and 28 deletions

View file

@ -37,7 +37,6 @@ context.modules = [
# Uses realtime scheduling to boost the audio thread priorities
{ name = libpipewire-module-rt
args = {
#nice.level = -11
#rt.prio = 88
#rt.time.soft = -1
#rt.time.hard = -1