The maximum launch failure count is changed to 10.
The connection timeout was reduced to 20ms.
Change-Id: Ide177e3c84e5b1e5c3bbfaf2100535f55146df2b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
fg_timeout=5000
watchdog_interval=10000
watchdog_max_retry=3
-launchpad_max_launch_failure=5
+launchpad_max_launch_failure=10
logger_path=/run/aul/log
booting_status_key=memory/sysman/booting_status
booting_success_value=1
__config.onboot_interval = 3000;
__config.onboot_max_interval = 18000;
__config.fg_timeout = 5000;
- __config.max_launch_failure = 5;
+ __config.max_launch_failure = 10;
__config.logger_path = strdup("/var/log/appfw");
__config.logger = false;
__config.booting_status_key = strdup(VCONFKEY_SYSMAN_BOOTINGSTATUS);