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:
parent
f5be6f9610
commit
bd161a27c5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue