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:12:14 +01:00 committed by GitHub
parent 38a8e8b003
commit 76960f8b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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