Skip to content

Commit 37177a0

Browse files
committed
bump concurrency down to see if that improves perf via Actions
1 parent 14ae163 commit 37177a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/check-internal-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { deprecated } = require('../lib/enterprise-server-releases')
66

77
const config = {
88
path: 'http://localhost:4002/en',
9-
concurrency: 400,
9+
concurrency: 10,
1010
recurse: true,
1111
linksToSkip: [
1212
// Skip any link that is not an internal link

0 commit comments

Comments
 (0)