Skip to content

Commit

Permalink
Increase decryption failure grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Feb 29, 2024
1 parent 1dd73ad commit bc5c31d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc5c31d

Please sign in to comment.