Skip to content

Commit

Permalink
Update links_checker.yml
Browse files Browse the repository at this point in the history
Decreased concurrency
  • Loading branch information
jwasham authored Aug 1, 2024
1 parent 4955cce commit 782553a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/links_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
fail: false
## Allow pages replying with 200 (Ok), 204 (No Content),
## 206 (Partial Content) in at most 20 seconds with HTML content.
## max-concurrency was 20, getting network errors
args: >-
--verbose
--accept 200,204,206
--headers "accept=text/html"
--timeout 20
--max-concurrency 10
--max-concurrency 3
--no-progress
README.md
env:
Expand Down

0 comments on commit 782553a

Please sign in to comment.