Merge pull request #7764 from element-hq/valere/increase_decryption_grace_period

This commit is contained in:
Mauro 2024-04-02 10:53:27 +02:00 committed by GitHub
commit 0b8fb85b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";