We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d975ce commit 389be5fCopy full SHA for 389be5f
1 file changed
lib/commands/workspace/update-dependencies.js
@@ -49,7 +49,7 @@ export default class extends Command {
49
50
const packages = res.data,
51
threads = new ThreadsPoolQueue( {
52
- "maxRunningThreads": 10,
+ "maxRunningThreads": 5,
53
} );
54
55
for ( const pkg of packages ) {
0 commit comments