Skip to content

Commit

Permalink
fix: reduce drain delay to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jul 27, 2019
1 parent 6a07b35 commit c6cfe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Worker extends QueueBase {

this.opts = {
// settings: {},
drainDelay: 5000,
drainDelay: 5,
concurrency: 1,
...this.opts,
};
Expand Down

0 comments on commit c6cfe7c

Please sign in to comment.