Further reduce background polling interval

pull/333/head
nielsandriesse 5 years ago
parent 4dd89ba03f
commit 3507b0f472

@ -15,7 +15,7 @@ import java.util.concurrent.TimeUnit
class BackgroundPollWorker : PersistentAlarmManagerListener() { class BackgroundPollWorker : PersistentAlarmManagerListener() {
companion object { companion object {
private val pollInterval = TimeUnit.MINUTES.toMillis(15) private val pollInterval = TimeUnit.MINUTES.toMillis(30)
@JvmStatic @JvmStatic
fun schedule(context: Context) { fun schedule(context: Context) {

Loading…
Cancel
Save