conf: lower pulse client priority

So that jack and native pipewire clients get more priority. The pulse
clients are supposed to less critical desktop apps.
This commit is contained in:
Wim Taymans 2023-09-26 09:30:12 +02:00
parent 4be0c5f365
commit 93d27cb26f

View file

@ -28,6 +28,7 @@ context.modules = [
args = {
nice.level = -11
#rt.prio = 88
rt.prio = 65
#rt.time.soft = -1
#rt.time.hard = -1
}