Reduce FCM token re-upload interval

pull/200/head
nielsandriesse 5 years ago
parent af80d066d3
commit 7abf8f033d

@ -15,7 +15,7 @@ object LokiPushNotificationManager {
LokiPushNotificationAcknowledgement.shared.server
}
private const val tokenExpirationInterval = 2 * 24 * 60 * 60 * 1000
private const val tokenExpirationInterval = 12 * 60 * 60 * 1000
@JvmStatic
fun unregister(token: String, context: Context?) {

Loading…
Cancel
Save