30 minutes -> 4 hours

This commit is contained in:
Kevin Sawicki
2015-05-15 11:33:22 -07:00
parent 672cb89e84
commit 655ce1af77

View File

@@ -77,8 +77,8 @@ class AutoUpdateManager
scheduleUpdateCheck: ->
checkForUpdates = => @check(hidePopups: true)
thirtyMinutes = 1000 * 60 * 30
setInterval(checkForUpdates, thirtyMinutes)
fourHours = 1000 * 60 * 60 * 4
setInterval(checkForUpdates, fourHours)
checkForUpdates()
check: ({hidePopups}={}) ->