Merge "Adding lua to Host SDK" into eel
[AGL/meta-agl.git] / meta-ivi-common / recipes-multimedia / pulseaudio / pulseaudio-10.0 / 0001-daemon-daemon.conf-disable-idle-exit.patch
1 From 4410e137da046afd072435ae8cf99a677b277442 Mon Sep 17 00:00:00 2001
2 From: Matt Porter <mporter@konsulko.com>
3 Date: Wed, 13 Dec 2017 17:24:10 -0500
4 Subject: [PATCH] daemon: daemon.conf: disable idle exit
5
6 Disable exit on idle by default.
7
8 Signed-off-by: Matt Porter <mporter@konsulko.com>
9 ---
10  src/daemon/daemon.conf.in | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
14 index f3a1cc32..5c5e948c 100644
15 --- a/src/daemon/daemon.conf.in
16 +++ b/src/daemon/daemon.conf.in
17 @@ -39,7 +39,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl
18  ; realtime-scheduling = yes
19  ; realtime-priority = 5
20  
21 -; exit-idle-time = 20
22 +exit-idle-time = -1
23  ; scache-idle-time = 20
24  
25  ; dl-search-path = (depends on architecture)
26 -- 
27 2.11.0
28