Update FAQ.md

This commit is contained in:
Marcel Bokhorst 2020-05-18 08:06:10 +02:00 committed by GitHub
parent d7ca583c6b
commit b682be5d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
FAQ.md
View File

@ -2532,6 +2532,9 @@ for example when the internet connection is bad or a firewall or a VPN is blocki
FairEmail will wait 8, 16 and 32 seconds while keeping the device awake (=use battery power) and try again to connect.
If this fails, FairEmail will schedule an alarm to retry after 15, 30 and 60 minutes and let the device sleep (=no battery usage).
Between connectivity changes there is a wait of 90 seconds to give the email server the opportunity to discover the old connection is broken.
This is necessary because the internet connection of a mobile device is often lost abruptly and will prevent the problem described in [this FAQ](#user-content-faq23).
Note that [Android doze mode](https://developer.android.com/training/monitoring-device-state/doze-standby)
does not allow to wake the device earlier than after 15 minutes.