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 {