mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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:
parent
a026137381
commit
38a8e8b003
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user