We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c99fa5 commit 3ad7b1cCopy full SHA for 3ad7b1c
1 file changed
supacode/Clients/Updates/UpdaterClient.swift
@@ -44,7 +44,7 @@ extension UpdaterClient: DependencyKey {
44
setUpdateChannel: { channel in
45
_ = controller
46
delegate.updateChannel = channel
47
- updater.updateCheckInterval = channel == .tip ? 900 : 3600
+ updater.updateCheckInterval = channel == .tip ? 43200 : 259200
48
if updater.automaticallyChecksForUpdates {
49
updater.checkForUpdatesInBackground()
50
}
0 commit comments