changeset 385:a827f1c5ddbe

don't stay awake for any command - chews battery if server goes down
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Jul 2012 00:39:07 +0800
parents abe8c530812e
children f4f0780708d1
files main.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat Jul 07 23:32:02 2012 +0800
+++ b/main.c	Mon Jul 09 00:39:07 2012 +0800
@@ -685,7 +685,6 @@
         if (have_cmd)
         {
             have_cmd = 0;
-            comms_timeout = WAKE_SECS;
             read_handler();
             continue;
         }