Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Feb 29, 2024
1 parent bc5c31d commit 79462bc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -40,8 +40,8 @@ private data class DecryptionFailure(
)
private typealias DetailedErrorName = Pair<String, Error.Name>

private const val GRACE_PERIOD_MILLIS = 30_000
private const val CHECK_INTERVAL = 40_000L
private const val GRACE_PERIOD_MILLIS = 4_000
private const val CHECK_INTERVAL = 2_000L

/**
* Tracks decryption errors that are visible to the user.
Expand Down

0 comments on commit 79462bc

Please sign in to comment.