revert previous commit
This commit is contained in:
parent
bc5c31d8f7
commit
79462bcb90
|
@ -40,8 +40,8 @@ private data class DecryptionFailure(
|
||||||
)
|
)
|
||||||
private typealias DetailedErrorName = Pair<String, Error.Name>
|
private typealias DetailedErrorName = Pair<String, Error.Name>
|
||||||
|
|
||||||
private const val GRACE_PERIOD_MILLIS = 30_000
|
private const val GRACE_PERIOD_MILLIS = 4_000
|
||||||
private const val CHECK_INTERVAL = 40_000L
|
private const val CHECK_INTERVAL = 2_000L
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tracks decryption errors that are visible to the user.
|
* Tracks decryption errors that are visible to the user.
|
||||||
|
|
Loading…
Reference in New Issue