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:
1
changelog.d/8767.misc
Normal file
1
changelog.d/8767.misc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Analytics: Increase decryption failure tracker grace period.
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user