mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Lower deletion polling interval
This commit is contained in:
parent
1ce8268445
commit
fb8104cd18
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user