File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3737 contents : read
3838 pull-requests : read
3939 runs-on : ubuntu-latest
40- timeout-minutes : 15
40+ timeout-minutes : 30
4141 steps :
4242 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343 with :
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ exclude_loopback = true
5757cache = true
5858
5959# Maximum age of cached results
60- max_cache_age = " 1d "
60+ max_cache_age = " 7d "
6161
6262# Maximum concurrent requests
63- max_concurrency = 16
63+ max_concurrency = 2
6464
6565# User agent string
6666user_agent = " lychee/0.14 (Zebra link checker; https://github.com/ZcashFoundation/zebra)"
@@ -70,5 +70,4 @@ include_mail = false
7070
7171# Retry configuration
7272max_retries = 3
73- retry_wait_time = 2
74-
73+ retry_wait_time = 10
You can’t perform that action at this time.
0 commit comments