mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Increase decryption failure grace period
This commit is contained in:
parent
1dd73ad31e
commit
bc5c31d8f7
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ private data class DecryptionFailure(
|
|||
)
|
||||
private typealias DetailedErrorName = Pair<String, Error.Name>
|
||||
|
||||
private const val GRACE_PERIOD_MILLIS = 4_000
|
||||
private const val CHECK_INTERVAL = 2_000L
|
||||
private const val GRACE_PERIOD_MILLIS = 30_000
|
||||
private const val CHECK_INTERVAL = 40_000L
|
||||
|
||||
/**
|
||||
* Tracks decryption errors that are visible to the user.
|
||||
|
|
Loading…
Add table
Reference in a new issue