Scheduled auto-download preset updates to every hour

This commit is contained in:
Ilya Laktyushin
2019-02-21 19:23:58 +04:00
parent f787c05c93
commit a75ff585f0

View File

@@ -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 {