mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 21:21:02 +00:00
Pass along --max-retries config option (#1572)
This commit is contained in:
parent
10056dc5e9
commit
c9d5d0de6d
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ pub(crate) fn create(cfg: &Config, cookie_jar: Option<&Arc<CookieStoreMutex>>) -
|
|||
.method(method)
|
||||
.timeout(timeout)
|
||||
.retry_wait_time(retry_wait_time)
|
||||
.max_retries(cfg.max_retries)
|
||||
.github_token(cfg.github_token.clone())
|
||||
.schemes(HashSet::from_iter(schemes))
|
||||
.accepted(accepted)
|
||||
|
|
|
|||
Loading…
Reference in a new issue