Further reduce background polling interval

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

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

Loading…
Cancel
Save