mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Added comment
This commit is contained in:
parent
627b235f93
commit
1975a4b085
1 changed files with 1 additions and 0 deletions
|
@ -993,6 +993,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
throw ex;
|
||||
}
|
||||
|
||||
// https://tools.ietf.org/html/rfc2177
|
||||
final boolean capIdle = iservice.hasCapability("IDLE");
|
||||
Log.i(account.name + " idle=" + capIdle);
|
||||
if (!capIdle || account.poll_interval < OPTIMIZE_KEEP_ALIVE_INTERVAL)
|
||||
|
|
Loading…
Reference in a new issue