mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-09 14:29:26 +00:00
Scheduled auto-download preset updates to every hour
This commit is contained in:
@@ -19,7 +19,7 @@ func managedAutodownloadSettingsUpdates(accountManager: AccountManager, network:
|
||||
})
|
||||
}).start()
|
||||
}
|
||||
return (poll |> then(.complete() |> suspendAwareDelay(24.0 * 60.0 * 60.0, queue: Queue.concurrentDefaultQueue()))) |> restart
|
||||
return (poll |> then(.complete() |> suspendAwareDelay(1.0 * 60.0 * 60.0, queue: Queue.concurrentDefaultQueue()))) |> restart
|
||||
}
|
||||
|
||||
public enum SavedAutodownloadPreset {
|
||||
|
||||
Reference in New Issue
Block a user