Skip to content

Commit

Permalink
check for updates every 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Sep 11, 2020
1 parent bb2854f commit 2dbab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function onAppReady () {
startApp()
if (isProduction) {
checkUpdate()
setTimeout(() => {
setInterval(() => {
checkUpdate()
}, 10 * 60 * 1000)
}
Expand Down

0 comments on commit 2dbab70

Please sign in to comment.