mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
daemon: disable CPU load limiter by default
RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
This commit is contained in:
parent
5daecea4dd
commit
812be32783
3 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ static const pa_daemon_conf default_conf = {
|
|||
.config_file = NULL,
|
||||
.use_pid_file = TRUE,
|
||||
.system_instance = FALSE,
|
||||
.no_cpu_limit = FALSE,
|
||||
.no_cpu_limit = TRUE,
|
||||
.disable_shm = FALSE,
|
||||
.lock_memory = FALSE,
|
||||
.default_n_fragments = 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue