rtkit: boost default rt.prio to 88

See #685
This commit is contained in:
Wim Taymans 2021-03-03 19:56:22 +01:00
parent e210c5f21c
commit 67b431cfca
6 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.prio = 88
#rt.time.soft = 200000
#rt.time.hard = 200000
}

View file

@ -33,7 +33,7 @@ context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.prio = 88
#rt.time.soft = 200000
#rt.time.hard = 200000
}

View file

@ -29,7 +29,7 @@ context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.prio = 88
#rt.time.soft = 200000
#rt.time.hard = 200000
}

View file

@ -16,7 +16,7 @@ context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.prio = 88
#rt.time.soft = 200000
#rt.time.hard = 200000
}

View file

@ -59,7 +59,7 @@ context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.prio = 88
#rt.time.soft = 200000
#rt.time.hard = 200000
}

View file

@ -45,7 +45,7 @@
#include <pipewire/impl.h>
#define DEFAULT_NICE_LEVEL -11
#define DEFAULT_RT_PRIO 20
#define DEFAULT_RT_PRIO 88
#define DEFAULT_RT_TIME_SOFT 200000
#define DEFAULT_RT_TIME_HARD 200000