mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
daemon.conf: Add boolean rescue_streams parameter
Since merge requests https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/209 and https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/216 the rescuing of streams could no longer be disabled. This patch adds a boolean parameter rescue-streams to daemon.conf which allows to disable rescuing. The parameter defaults to true (rescuing enabled).
This commit is contained in:
parent
97d0eda256
commit
b72f295597
11 changed files with 29 additions and 10 deletions
|
|
@ -213,6 +213,7 @@ struct pa_core {
|
|||
int exit_idle_time, scache_idle_time;
|
||||
|
||||
bool flat_volumes:1;
|
||||
bool rescue_streams:1;
|
||||
bool disallow_module_loading:1;
|
||||
bool disallow_exit:1;
|
||||
bool running_as_daemon:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue