From a373d7fde48bff4e5ef21b91b109c913579f5987 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 4 Jul 2023 10:35:57 +0200 Subject: [PATCH] module-rt: add comment --- src/modules/module-rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-rt.c b/src/modules/module-rt.c index 8ddf3377b..12d12d516 100644 --- a/src/modules/module-rt.c +++ b/src/modules/module-rt.c @@ -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