mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 09:57:45 +00:00
Update background poll interval
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
class BackgroundPollWorker : PersistentAlarmManagerListener() {
|
class BackgroundPollWorker : PersistentAlarmManagerListener() {
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private val pollInterval = TimeUnit.MINUTES.toMillis(10)
|
private val pollInterval = TimeUnit.MINUTES.toMillis(15)
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun schedule(context: Context) {
|
fun schedule(context: Context) {
|
||||||
|
Reference in New Issue
Block a user