Reduce FCM token re-upload interval

This commit is contained in:
nielsandriesse 2020-04-21 12:21:07 +10:00
parent af80d066d3
commit 7abf8f033d

View File

@ -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?) {