Skip to content

Commit

Permalink
remove p-queue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Apr 12, 2021
1 parent f93f281 commit 9c049ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export interface Options {

const options: Options = {
queue: {
// See https://github.com/sindresorhus/p-queue for all options
concurrency: 4, // Min: 1, Max: Infinity
timeout: 60,
},
Expand Down

0 comments on commit 9c049ae

Please sign in to comment.