feat: config option for runner concurrency

This commit is contained in:
Folke Lemaitre 2022-11-30 23:14:31 +01:00
parent a87b6e1005
commit b2339ade84
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 14 additions and 6 deletions

View file

@ -20,6 +20,8 @@ function M.run(ropts, opts)
ropts.plugins = opts.plugins
end
ropts.concurrency = ropts.concurrency or Config.options.concurrency
if opts.clear then
M.clear()
end