1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Check upate every day rather than every hour

This commit is contained in:
Junyoung Choi
2018-01-13 17:36:33 +09:00
parent 72d9e3e00b
commit 5c75644db2

View File

@@ -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(() => {