fixes
parent
d4b24ddec2
commit
024db2aa84
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue