Skip to content

Commit 79462bc

Browse files
committed
revert previous commit
1 parent bc5c31d commit 79462bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ private data class DecryptionFailure(
4040
)
4141
private typealias DetailedErrorName = Pair<String, Error.Name>
4242

43-
private const val GRACE_PERIOD_MILLIS = 30_000
44-
private const val CHECK_INTERVAL = 40_000L
43+
private const val GRACE_PERIOD_MILLIS = 4_000
44+
private const val CHECK_INTERVAL = 2_000L
4545

4646
/**
4747
* Tracks decryption errors that are visible to the user.

0 commit comments

Comments
 (0)