mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Increase Gmail backoff time
This commit is contained in:
@@ -1457,7 +1457,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
EntityLog.log(this, account.name + " backoff=" + backoff);
|
||||
try {
|
||||
state.acquire(backoff *
|
||||
("imap.gmail.com".equalsIgnoreCase(account.host) ? 1500L : 1000L));
|
||||
("imap.gmail.com".equalsIgnoreCase(account.host) ? 2000L : 1000L));
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(account.name + " backoff " + ex.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user