mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +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
|
// Check update every hour
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
checkUpdate()
|
checkUpdate()
|
||||||
}, 1000 * 60 * 60)
|
}, 1000 * 60 * 60 * 24)
|
||||||
|
|
||||||
// Check update after 10 secs to prevent file locking of Windows
|
// Check update after 10 secs to prevent file locking of Windows
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user