summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <abranson@users.noreply.github.com>2015-05-14 11:59:46 +0200
committerAndrew Branson <abranson@users.noreply.github.com>2015-05-14 11:59:46 +0200
commit2d50346f06e5be31557cb4718ff94cd650c1a210 (patch)
tree12078d38b323dbd10840cfcee6f972a5773e3905
parenta86031160fb3273b1d861f56d66a2e5d191bfed5 (diff)
Update watchconnector.cpp
-rw-r--r--daemon/watchconnector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/watchconnector.cpp b/daemon/watchconnector.cpp
index 0b0bca1..2c17a0b 100644
--- a/daemon/watchconnector.cpp
+++ b/daemon/watchconnector.cpp
@@ -70,7 +70,7 @@ WatchConnector::WatchConnector(QObject *parent) :
connect(&reconnectTimer, SIGNAL(timeout()), SLOT(reconnect()));
timeSyncTimer.setSingleShot(true);
connect(&timeSyncTimer, SIGNAL(timeout()), SLOT(time()));
- timeSyncTimer.setInterval(14400000);
+ timeSyncTimer.setInterval(4 * 60 * 60 * 1000); // sync time every 4 hours
firmwareMapping.insert(UNKNOWN, "unknown");
firmwareMapping.insert(PEBBLE_ONE_EV1, "ev1");