From 10b240fa689db342612a03ad061a995aa1213467 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 4 Mar 2017 15:19:31 +0100 Subject: [PATCH] added update check --- src/ebusd/mainloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 79203c8b..59fd73ee 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -193,7 +193,7 @@ MainLoop::~MainLoop() { #define CHECK_DELAY 24*3600 /** the initial delay for running the update check. */ -#define CHECK_INITIAL_DELAY 5 +#define CHECK_INITIAL_DELAY 2*60 void MainLoop::run() { bool reload = true;