mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-rt: add comment
This commit is contained in:
parent
3c6d1686ca
commit
a373d7fde4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
|||
#define MAX_NICE_LEVEL 19
|
||||
#define IS_VALID_NICE_LEVEL(l) ((l)>=MIN_NICE_LEVEL && (l)<=MAX_NICE_LEVEL)
|
||||
|
||||
#define DEFAULT_NICE_LEVEL 20
|
||||
#define DEFAULT_NICE_LEVEL 20 /* invalid value by default, see above */
|
||||
#define DEFAULT_RT_PRIO_MIN 11
|
||||
#define DEFAULT_RT_PRIO 88
|
||||
#define DEFAULT_RT_TIME_SOFT -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue