Skip to content

Commit 3ad7b1c

Browse files
authored
Change Sparkle update check interval to 12h (tip) / 3d (stable) (#215)
1 parent 8c99fa5 commit 3ad7b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supacode/Clients/Updates/UpdaterClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extension UpdaterClient: DependencyKey {
4444
setUpdateChannel: { channel in
4545
_ = controller
4646
delegate.updateChannel = channel
47-
updater.updateCheckInterval = channel == .tip ? 900 : 3600
47+
updater.updateCheckInterval = channel == .tip ? 43200 : 259200
4848
if updater.automaticallyChecksForUpdates {
4949
updater.checkForUpdatesInBackground()
5050
}

0 commit comments

Comments
 (0)