pipewire: rt
This commit is contained in:
parent
189e6c4e34
commit
e8f0be5513
1 changed files with 4 additions and 4 deletions
|
@ -69,10 +69,10 @@ context.modules = [
|
||||||
# Uses RTKit to boost the data thread priority.
|
# Uses RTKit to boost the data thread priority.
|
||||||
{ name = libpipewire-module-rtkit
|
{ name = libpipewire-module-rtkit
|
||||||
args = {
|
args = {
|
||||||
#nice.level = -11
|
nice.level = -11
|
||||||
#rt.prio = 88
|
rt.prio = 88
|
||||||
#rt.time.soft = 2000000
|
rt.time.soft = 2000000
|
||||||
#rt.time.hard = 2000000
|
rt.time.hard = 2000000
|
||||||
}
|
}
|
||||||
flags = [ ifexists nofail ]
|
flags = [ ifexists nofail ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue