Lower deletion polling interval

This commit is contained in:
Niels Andriesse 2019-08-27 12:25:09 +10:00
parent 1ce8268445
commit fb8104cd18

View File

@ -45,7 +45,7 @@ class LokiGroupChatPoller(private val context: Context, private val groupID: Lon
companion object {
private val pollForNewMessagesInterval: Long = 4 * 1000
private val pollForDeletedMessagesInterval: Long = 120 * 1000
private val pollForDeletedMessagesInterval: Long = 32 * 60 * 1000
}
fun startIfNeeded() {