Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

test: enable retry on errors #229

Merged
merged 8 commits into from
Nov 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try this again, should have added a comment
  • Loading branch information
bcoe committed Nov 10, 2021
commit d3adf819565da6d0b4d0e01b577303b348aa39fa
3 changes: 2 additions & 1 deletion linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"img.shields.io"
],
"retry": true,
"retryErrors": true,
"retry-errors": true,
"retry-errors-jitter": 10000,
"silent": true,
"concurrency": 10
}