added update check

This commit is contained in:
john30
2017-03-04 15:21:45 +01:00
parent c27a76b8e5
commit 10b240fa68
+1 -1
View File
@@ -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;