]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/ti-utils.git/commitdiff
logproxy: increase ka interval to 30
authorIdo Reis <idor@ti.com>
Thu, 25 Oct 2012 12:28:18 +0000 (14:28 +0200)
committerIdo Reis <idor@ti.com>
Thu, 25 Oct 2012 12:29:52 +0000 (14:29 +0200)
Signed-off-by: Ido Reis <idor@ti.com>
wl_logproxy.c

index ee711ba1bbea1d6ac87c81ed20a04c5d37995aa5..c24c4015fbb8ca43799ea515c6c89552305f8d13 100755 (executable)
@@ -27,7 +27,7 @@
 
 #define BUFFER_SIZE 1024
 #define FILE_POLL_INTERVAL 5 // in seconds
-#define KEEP_ALIVE_INTERVAL 1 // in seconds
+#define KEEP_ALIVE_INTERVAL 30 // in seconds
 #define MAX_PATH 256
 #define MAX_FILE_SIZE 100000000 // Max file size is 100mb
 /***********/