mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Lower background polling interval
This commit is contained in:
parent
b3759d788f
commit
6144d6cad2
@ -13,7 +13,7 @@ import java.util.concurrent.TimeUnit
|
||||
class BackgroundPollWorker : PersistentAlarmManagerListener() {
|
||||
|
||||
companion object {
|
||||
private val pollInterval = TimeUnit.MINUTES.toMillis(5)
|
||||
private val pollInterval = TimeUnit.MINUTES.toMillis(2)
|
||||
|
||||
@JvmStatic
|
||||
fun schedule(context: Context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user