diff --git a/app/auto-updater.js b/app/auto-updater.js index fd4aa95d..215a5bfe 100644 --- a/app/auto-updater.js +++ b/app/auto-updater.js @@ -25,7 +25,7 @@ function init() { setInterval(() => { autoUpdater.checkForUpdates(); - }, ms('5m')); + }, ms('30m')); isInit = true; }