Reduce background poll interval

pull/339/head
nielsandriesse 4 years ago
parent 34a35e2d77
commit c24ce7ac4b

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

Loading…
Cancel
Save