mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix limiter
This commit is contained in:
@@ -46,6 +46,6 @@ export default class Limiter {
|
|||||||
|
|
||||||
this.debugger(`${updateId}: ${count}`)
|
this.debugger(`${updateId}: ${count}`)
|
||||||
|
|
||||||
return count <= this.MAX_PROCESSING_COUNT;
|
return count > this.MAX_PROCESSING_COUNT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user