Skip to content

Commit 782553a

Browse files
authored
Update links_checker.yml
Decreased concurrency
1 parent 4955cce commit 782553a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/links_checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
fail: false
2929
## Allow pages replying with 200 (Ok), 204 (No Content),
3030
## 206 (Partial Content) in at most 20 seconds with HTML content.
31+
## max-concurrency was 20, getting network errors
3132
args: >-
3233
--verbose
3334
--accept 200,204,206
3435
--headers "accept=text/html"
3536
--timeout 20
36-
--max-concurrency 10
37+
--max-concurrency 3
3738
--no-progress
3839
README.md
3940
env:

0 commit comments

Comments
 (0)