Skip to content

Commit 859d0c4

Browse files
committed
lower parallel
1 parent 3600088 commit 859d0c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/links.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ name: Links (Fail Fast)
44

55
on:
66
push:
7-
pull_request:
87
workflow_dispatch:
98

109

1110
jobs:
1211
lint:
13-
name: pre-commit
12+
name: links-check
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

lychee.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ exclude_all_private = true
66
accept = ["200", "429"]
77
# retry
88
max_retries = 6
9+
retry_wait_time = 10
10+
max_concurrency = 10
911
# Explicitly exclude some URLs
1012
exclude = [
1113
"^file:",

0 commit comments

Comments
 (0)