Skip to content

Commit

Permalink
Included updating interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosinani committed Oct 28, 2017
1 parent 78b1f29 commit 32da67c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ app.on('ready', () => {
setTimeout(() => {
update.checkUpdate();
}, ms('2m'));

setInterval(() => {
update.checkUpdate();
}, ms('1h'));
}
});

Expand Down

0 comments on commit 32da67c

Please sign in to comment.