mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-02 22:45:17 +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 {
|
companion object {
|
||||||
private val pollForNewMessagesInterval: Long = 4 * 1000
|
private val pollForNewMessagesInterval: Long = 4 * 1000
|
||||||
private val pollForDeletedMessagesInterval: Long = 120 * 1000
|
private val pollForDeletedMessagesInterval: Long = 32 * 60 * 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
fun startIfNeeded() {
|
fun startIfNeeded() {
|
||||||
|
Loading…
Reference in New Issue
Block a user