Reduce group chat poll interval

pull/9/head
Niels Andriesse 6 years ago
parent 9e4b70058c
commit 8962487ad9

@ -24,7 +24,7 @@ class LokiGroupChatPoller(private val context: Context, private val groupID: Lon
} }
companion object { companion object {
private val pollInterval: Long = 5 * 1000 private val pollInterval: Long = 4 * 1000
} }
fun startIfNeeded() { fun startIfNeeded() {

Loading…
Cancel
Save