From 5c75644db272004a99aa378e16c777581ab5aa07 Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Sat, 13 Jan 2018 17:36:33 +0900 Subject: [PATCH] Check upate every day rather than every hour --- lib/main-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main-app.js b/lib/main-app.js index fe3fcdfb..85a0dead 100644 --- a/lib/main-app.js +++ b/lib/main-app.js @@ -106,7 +106,7 @@ app.on('ready', function () { // Check update every hour setInterval(function () { checkUpdate() - }, 1000 * 60 * 60) + }, 1000 * 60 * 60 * 24) // Check update after 10 secs to prevent file locking of Windows setTimeout(() => {