Make Youtube matching work a little again
This commit is contained in:
parent
f757152c7d
commit
a919d80f64
8 changed files with 49 additions and 29 deletions
|
@ -64,7 +64,7 @@ function search(data, done) {
|
|||
});
|
||||
}
|
||||
|
||||
queue.process('search', (job, done) => {
|
||||
queue.process('search', 5, (job, done) => {
|
||||
search(job.data, done);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue