mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
module-rt: Default RLIMIT_RTTIME to -1/unlimited
As discussed in !1118.
This commit is contained in:
parent
baabcbe606
commit
75212a4054
12 changed files with 24 additions and 24 deletions
|
|
@ -39,8 +39,8 @@ context.modules = [
|
|||
args = {
|
||||
#nice.level = -11
|
||||
#rt.prio = 88
|
||||
#rt.time.soft = 2000000
|
||||
#rt.time.hard = 2000000
|
||||
#rt.time.soft = -1
|
||||
#rt.time.hard = -1
|
||||
}
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue