Updates link checker concurrency.
This commit is contained in:
parent
4caa078797
commit
282aa05258
4
.github/workflows/links_checker.yml
vendored
4
.github/workflows/links_checker.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
link_checker:
|
link_checker:
|
||||||
name: Check links and create automated issue if needed
|
name: Check links and create automated issue if needed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 5
|
||||||
env:
|
env:
|
||||||
REPORT_FILE: links-report
|
REPORT_FILE: links-report
|
||||||
steps:
|
steps:
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
--accept 200,204,206
|
--accept 200,204,206
|
||||||
--headers "accept=text/html"
|
--headers "accept=text/html"
|
||||||
--timeout 20
|
--timeout 20
|
||||||
--max-concurrency 5
|
--max-concurrency 10
|
||||||
--no-progress
|
--no-progress
|
||||||
README.md translations/*.md
|
README.md translations/*.md
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user