Skip to content

Commit 389be5f

Browse files
committed
fix: set max threads for update deps to 5
1 parent 2d975ce commit 389be5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/workspace/update-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class extends Command {
4949

5050
const packages = res.data,
5151
threads = new ThreadsPoolQueue( {
52-
"maxRunningThreads": 10,
52+
"maxRunningThreads": 5,
5353
} );
5454

5555
for ( const pkg of packages ) {

0 commit comments

Comments
 (0)