mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
enable exit-on-idle by default
This commit is contained in:
parent
c1f9f95fa2
commit
3888bfcccd
5 changed files with 18 additions and 17 deletions
|
|
@ -62,7 +62,7 @@ static const pa_daemon_conf default_conf = {
|
|||
.realtime_scheduling = FALSE,
|
||||
.realtime_priority = 5, /* Half of JACK's default rtprio */
|
||||
.disallow_module_loading = FALSE,
|
||||
.exit_idle_time = -1,
|
||||
.exit_idle_time = 20,
|
||||
.module_idle_time = 20,
|
||||
.scache_idle_time = 20,
|
||||
.auto_log_target = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue