mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
30 minutes -> 4 hours
This commit is contained in:
@@ -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}={}) ->
|
||||
|
||||
Reference in New Issue
Block a user