mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Small improvement
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user