Skip to content

Commit

Permalink
fix 403 temporarly
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 25, 2024
1 parent 86b3cb4 commit 99c7cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache = true
# Ignore all private link (such as localhost) to avoid errors
exclude_all_private = true
# HTTP status code: 429 (Too Many Requests) will also be treated as a valid link if Lychee gets rate limited
accept = ["200", "429"]
accept = ["200", "403"]
# retry
max_retries = 6
retry_wait_time = 10
Expand Down

0 comments on commit 99c7cc8

Please sign in to comment.