Added comment

pull/184/head
M66B 5 years ago
parent 627b235f93
commit 1975a4b085

@ -993,6 +993,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
throw ex; throw ex;
} }
// https://tools.ietf.org/html/rfc2177
final boolean capIdle = iservice.hasCapability("IDLE"); final boolean capIdle = iservice.hasCapability("IDLE");
Log.i(account.name + " idle=" + capIdle); Log.i(account.name + " idle=" + capIdle);
if (!capIdle || account.poll_interval < OPTIMIZE_KEEP_ALIVE_INTERVAL) if (!capIdle || account.poll_interval < OPTIMIZE_KEEP_ALIVE_INTERVAL)

Loading…
Cancel
Save