Browse Source

Update links_checker.yml

Decreased concurrency
John Washam 9 months ago
parent
commit
782553adcb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/links_checker.yml

+ 2 - 1
.github/workflows/links_checker.yml

@@ -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: