mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
Reduce group chat poll interval
This commit is contained in:
parent
9e4b70058c
commit
8962487ad9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user