mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-19 18:35:34 +00:00
Small improvement
This commit is contained in:
parent
a854db3c39
commit
ddada72890
1 changed files with 1 additions and 1 deletions
|
@ -1573,7 +1573,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
|
||||
// Check for fast account errors
|
||||
if (account.last_connected != null &&
|
||||
now - account.last_connected < account.poll_interval * 60 * 1000 / 2) {
|
||||
now - account.last_connected < account.poll_interval * 60 * 1000L / 2) {
|
||||
errors++;
|
||||
EntityLog.log(ServiceSynchronize.this,
|
||||
account.name + " fast errors=" + errors +
|
||||
|
|
Loading…
Add table
Reference in a new issue