Reduce group chat poll interval

This commit is contained in:
Niels Andriesse 2019-08-06 16:26:11 +10:00
parent 9e4b70058c
commit 8962487ad9

View File

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