diff --git a/src/IRCUser.ts b/src/IRCUser.ts index 1e892d0..49117f7 100644 --- a/src/IRCUser.ts +++ b/src/IRCUser.ts @@ -144,7 +144,7 @@ export class IRCUser { return; } if (this.isSyncing) { - if ((Date.now() - this.currentSyncTime) > 15000) + if ((Date.now() - this.currentSyncTime) > 20000) console.log(`Sync is lagging, current sync has been running for ${Date.now() - this.currentSyncTime} milliseconds`); return; }