소스 검색

Update links_checker.yml

Decreased concurrency
John Washam 9 달 전
부모
커밋
782553adcb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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: