We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ae163 commit 37177a0Copy full SHA for 37177a0
1 file changed
script/check-internal-links.js
@@ -6,7 +6,7 @@ const { deprecated } = require('../lib/enterprise-server-releases')
6
7
const config = {
8
path: 'http://localhost:4002/en',
9
- concurrency: 400,
+ concurrency: 10,
10
recurse: true,
11
linksToSkip: [
12
// Skip any link that is not an internal link
0 commit comments