Skip to content

Commit

Permalink
In run-tests.js, changed maxConcurrency default value to 5 (ins…
Browse files Browse the repository at this point in the history
…tead of no limit)
  • Loading branch information
xpl authored Feb 18, 2019
1 parent 875f04b commit f6de83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const keys = {

let exchanges = []
let symbol = 'all'
let maxConcurrency = Number.MAX_VALUE // no limit
let maxConcurrency = 5 // Number.MAX_VALUE // no limit

for (const arg of args) {
if (arg.startsWith ('--')) { keys[arg] = true }
Expand Down

0 comments on commit f6de83d

Please sign in to comment.