Increase decryption failure grace period

This commit is contained in:
Valere
2024-03-06 11:18:00 +01:00
parent bde1fbe91a
commit dff4596edf

View File

@@ -19,11 +19,11 @@
// Call `checkFailures` every `CHECK_INTERVAL`
#define CHECK_INTERVAL 2
#define CHECK_INTERVAL 10
// Give events a chance to be decrypted by waiting `GRACE_PERIOD` before counting
// and reporting them as failures
#define GRACE_PERIOD 4
#define GRACE_PERIOD 30
// E2E failures analytics category.
NSString *const kDecryptionFailureTrackerAnalyticsCategory = @"e2e.failure";