Lower background polling interval

pull/9/head
Niels Andriesse 6 years ago
parent b3759d788f
commit 6144d6cad2

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

Loading…
Cancel
Save