From 43aa1f5692a26418706dcbabc72049f5f869f111 Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Mon, 18 Jul 2016 17:50:56 +0900 Subject: [PATCH] Change daemon timeout to 30sec There are several timing issue was occured caused by short daemon timeout. So change timeout : 7sec to 30sec. Change-Id: I5db74a3e51b6536d6ecf479724c7faaba3556720 Signed-off-by: Yunmi Ha --- data/tizen/etc/gumd/gumd-tizen-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tizen/etc/gumd/gumd-tizen-common.conf b/data/tizen/etc/gumd/gumd-tizen-common.conf index ccda3a9..1fa0ffa 100644 --- a/data/tizen/etc/gumd/gumd-tizen-common.conf +++ b/data/tizen/etc/gumd/gumd-tizen-common.conf @@ -138,7 +138,7 @@ SMACK64_USER_FILES=User::Home # Timeout in seconds for the daemon. Daemon will exit after specified idle time. # If not set (or set to 0), the daemon will not exit. Has no effect if P2P DBus # is in use. -DAEMON_TIMEOUT=7 +DAEMON_TIMEOUT=30 # Timeout in seconds for user dbus objects. If not set (or set to 0), the dbus # objects will persist -- 2.7.4