1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

code review. Fix tick time

This commit is contained in:
Valere
2024-03-04 11:09:06 +01:00
parent f6ff762172
commit a63325060a
2 changed files with 2 additions and 1 deletions

1
changelog.d/8767.misc Normal file
View File

@@ -0,0 +1 @@
Analytics: Increase decryption failure tracker grace period.

View File

@@ -41,7 +41,7 @@ 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 = 30_000
private const val CHECK_INTERVAL = 40_000L private const val CHECK_INTERVAL = 10_000L
/** /**
* Tracks decryption errors that are visible to the user. * Tracks decryption errors that are visible to the user.