pull/29/head
Matthew 2020-10-30 22:47:55 -04:00
parent d4b24ddec2
commit 024db2aa84
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default class Queue {
constructor(client: Client) { constructor(client: Client) {
this.client = client; this.client = client;
this.queues = { this.queues = {
score: new Bull('score', { limiter: { duration: 5500, max: 5 } }), score: new Bull('score'),
}; };
this.setProcessors(); this.setProcessors();
} }