From f3ee0147e7e05e96b6a00dc559a547c8c490f2fa Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 22 Feb 2023 14:41:07 -0500 Subject: [PATCH] reduce system clock drift warning --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 4cfc2812..905ec617 100644 --- a/static/releases.html +++ b/static/releases.html @@ -690,6 +690,7 @@
  • HTTPS-based network time: improve logging
  • HTTPS-based network time: simplify implementation
  • reduce time update threshold to 50ms from Android's default 2000ms instead of allowing the clock to get up to 2s out-of-date
  • +
  • reduce system clock drift warning to 250ms from Android's default 2000ms
  • simplify our implementation of disabling cellular-based automatic time by using the standard permitted origin configuration
  • simplify our implementation of disabling network time refresh when automatic time is disabled (unlike GrapheneOS, Android always performs network time checks and the user only controls whether the results from any of the automatic time methods are used)
  • Messaging: avoid crash caused by upstream bug when forwarding a message