mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
9976a7f8b2
commit
f3dfa9b9af
13 changed files with 22 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue