From 322ceafce6240015c16691b33c8e4d447c52343c Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Fri, 16 Aug 2013 22:44:35 +0900 Subject: [PATCH] Default ping time should be divided by 2. Change-Id: I5080999ebb54080d71ec131d0642157973f6ee82 --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 5948ab7..2d566cf 100644 --- a/src/conf.c +++ b/src/conf.c @@ -83,7 +83,7 @@ HAPI struct conf g_conf = { .input = "/dev/input/event1", }, - .ping_time = 240.0f, + .ping_time = 120.0f, .slave_max_load = 30, .use_sw_backend = 0, -- 2.7.4