mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -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
|
|
@ -70,8 +70,8 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
|||
|
||||
#define DEFAULT_NICE_LEVEL -11
|
||||
#define DEFAULT_RT_PRIO 88
|
||||
#define DEFAULT_RT_TIME_SOFT 2000000
|
||||
#define DEFAULT_RT_TIME_HARD 2000000
|
||||
#define DEFAULT_RT_TIME_SOFT -1
|
||||
#define DEFAULT_RT_TIME_HARD -1
|
||||
|
||||
#define MODULE_USAGE "[nice.level=<priority: default "SPA_STRINGIFY(DEFAULT_NICE_LEVEL)">] " \
|
||||
"[rt.prio=<priority: default "SPA_STRINGIFY(DEFAULT_RT_PRIO)">] " \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue