We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd73ad commit bc5c31dCopy full SHA for bc5c31d
vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt
@@ -40,8 +40,8 @@ private data class DecryptionFailure(
40
)
41
private typealias DetailedErrorName = Pair<String, Error.Name>
42
43
-private const val GRACE_PERIOD_MILLIS = 4_000
44
-private const val CHECK_INTERVAL = 2_000L
+private const val GRACE_PERIOD_MILLIS = 30_000
+private const val CHECK_INTERVAL = 40_000L
45
46
/**
47
* Tracks decryption errors that are visible to the user.
0 commit comments