Change RTTIME warnings and doc for next PW release

The next release will use regular realtime scheduling with no
`RLIMIT_RTTIME` when the user has the permissions to do so by default.
This commit is contained in:
Robbert van der Helm
2022-01-17 15:33:42 +01:00
parent 28217f6c20
commit 9eb1d2af3d
3 changed files with 30 additions and 12 deletions
+5 -4
View File
@@ -171,10 +171,11 @@ class PluginBridge {
"RLIMIT_RTTIME is set to " +
std::to_string(*rttime_limit) +
" us. This can happen when using PipeWire's JACK "
"backend with the default settings. Some plugins "
"may crash during initialization because of this, "
"so it's recommended to either increase or to "
"remove this limit. Check the readme for "
"backend with RTKit instead of regular realtime "
"scheduling. Some plugins may crash during "
"initialization because of this, so it's "
"recommended to set up proper realtime privileges "
"for your user. Check the readme for "
"instructions on how to do that.",
false);
} else {