Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OneTimeKeysUploader.kt

Co-authored-by: poljar <poljar@termina.org.uk>
This commit is contained in:
Valere 2021-12-10 16:11:58 +01:00 committed by GitHub
parent a026137381
commit 38a8e8b003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ import kotlin.math.floor
import kotlin.math.min
// THe spec recommend a 5mn delay, but due to federation
// or server down we give it a bit more time (1 hour)
// or server downtime we give it a bit more time (1 hour)
const val FALLBACK_KEY_FORGET_DELAY = 60 * 60_000L
@SessionScope