We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13046c0 commit c8b4717Copy full SHA for c8b4717
1 file changed
lib/commands/workspace/outdated-dependencies.js
@@ -33,7 +33,7 @@ export default class extends Command {
33
34
const packages = res.data,
35
threads = new ThreadsPoolQueue( {
36
- "maxRunningThreads": 10,
+ "maxRunningThreads": 5,
37
} ),
38
cache = {};
39
0 commit comments