mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Change automatic update check to every 5 mins instead of 15.
This commit is contained in:
parent
502fa105b1
commit
97d2771826
@ -50,5 +50,5 @@ Promise.all([newUuid, oldUuid, version])
|
|||||||
console.log('Starting periodic check for updates..')
|
console.log('Starting periodic check for updates..')
|
||||||
setInterval(->
|
setInterval(->
|
||||||
application.update()
|
application.update()
|
||||||
, 15 * 60 * 1000) # Every 15 mins
|
, 5 * 60 * 1000) # Every 5 mins
|
||||||
application.update()
|
application.update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user