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;