mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Check upate every day rather than every hour
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user