1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Increased OAuth max backoff

This commit is contained in:
M66B 2022-02-03 10:39:24 +01:00
parent f5be6f9610
commit bd161a27c5

View file

@ -1459,7 +1459,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
// Allow Android account manager to refresh the access token
if (account.auth_type != AUTH_TYPE_PASSWORD &&
state.getBackoff() <= CONNECT_BACKOFF_INTERMEDIATE * 60)
state.getBackoff() <= CONNECT_BACKOFF_ALARM_START * 60)
throw ex;
try {