native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change Sparkle update check interval to 12h (tip) / 3d (stable) (#215)

authored by

Stefano Bertagno and committed by
GitHub
3ad7b1cc 8c99fa53

+1 -1
+1 -1
supacode/Clients/Updates/UpdaterClient.swift
··· 44 44 setUpdateChannel: { channel in 45 45 _ = controller 46 46 delegate.updateChannel = channel 47 - updater.updateCheckInterval = channel == .tip ? 900 : 3600 47 + updater.updateCheckInterval = channel == .tip ? 43200 : 259200 48 48 if updater.automaticallyChecksForUpdates { 49 49 updater.checkForUpdatesInBackground() 50 50 }