Skip to content

Commit

Permalink
πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 20, 2023
1 parent ab9bb4b commit 464d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class Handler {
}

async periodicSync() {
if (Date.now() - this.lastSync > 1_000) return
if (Date.now() - this.lastSync < 5_000) return
try {
await this.syncPending()
} catch {}
Expand Down

0 comments on commit 464d0de

Please sign in to comment.