Skip to content

Commit

Permalink
bump concurrency down to see if that improves perf via Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Jan 22, 2021
1 parent 14ae163 commit 37177a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/check-internal-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { deprecated } = require('../lib/enterprise-server-releases')

const config = {
path: 'http://localhost:4002/en',
concurrency: 400,
concurrency: 10,
recurse: true,
linksToSkip: [
// Skip any link that is not an internal link
Expand Down

0 comments on commit 37177a0

Please sign in to comment.