Skip to content

Commit c8b4717

Browse files
committed
fix: set max threads for update deps to 5
1 parent 13046c0 commit c8b4717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/workspace/outdated-dependencies.js

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

3434
const packages = res.data,
3535
threads = new ThreadsPoolQueue( {
36-
"maxRunningThreads": 10,
36+
"maxRunningThreads": 5,
3737
} ),
3838
cache = {};
3939

0 commit comments

Comments
 (0)