mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Waiting longer does not fix problems
This commit is contained in:
@@ -1530,7 +1530,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
if (backoff <= CONNECT_BACKOFF_MAX) {
|
||||
// Short back-off period, keep device awake
|
||||
try {
|
||||
state.acquire(backoff * 1000L * (state.getMaxConnections() ? 2 : 1));
|
||||
state.acquire(backoff * 1000L);
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(account.name + " backoff " + ex.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user