mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
jack: make JACK use module-rt
It is more like how JACK2 does things. We get FIFO scheduling by default and we don't get killed by RTKit when doing long operations, which seem to be the case for many plugins.
This commit is contained in:
parent
de99fc3515
commit
0d71068ab2
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ context.modules = [
|
|||
# If nofail is given, module initialization failures are ignored.
|
||||
#
|
||||
#
|
||||
# Uses RTKit to boost the data thread priority.
|
||||
{ name = libpipewire-module-rtkit
|
||||
# Boost the data thread priority.
|
||||
{ name = libpipewire-module-rt
|
||||
args = {
|
||||
#nice.level = -11
|
||||
#rt.prio = 88
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue