Skip to content

Commit fd9c329

Browse files
authored
[chore] Update .lychee.toml for docs.splunk.com to help.splunk.com redirect
The max redirects is 5 and tests show failures for "too many redirects", let's double the max redirects to 10.
1 parent 168f34f commit fd9c329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exclude = [
2222
"https://bugs.mysql.com/*", # Failing with 403 Forbidden. Likely rejecting the user agent
2323
]
2424
max_concurrency = 20
25+
max_redirects = 10
2526
max_retries = 5
2627
retry_wait_time = 30
2728
timeout = 30

0 commit comments

Comments
 (0)