mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
[client-sync] 🎨 lint errors
This commit is contained in:
parent
830b300ebc
commit
df96678470
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
const _ = require('underscore')
|
||||
const {
|
||||
IMAPErrors,
|
||||
IMAPConnection,
|
||||
IMAPConnectionPool,
|
||||
SendmailClient,
|
||||
MetricsReporter,
|
||||
|
@ -23,7 +22,6 @@ const LocalSyncDeltaEmitter = require('./local-sync-delta-emitter').default
|
|||
|
||||
const AC_SYNC_LOOP_INTERVAL_MS = 10 * 1000 // 10 sec
|
||||
const BATTERY_SYNC_LOOP_INTERVAL_MS = 5 * 60 * 1000 // 5 min
|
||||
const MAX_SOCKET_TIMEOUT_MS = 10 * 60 * 1000 // 10 min
|
||||
|
||||
class SyncWorker {
|
||||
constructor(account, db, parentManager) {
|
||||
|
|
Loading…
Reference in a new issue