Reduce cache timeout to catch broken links faster.

This commit is contained in:
Who? Me?! 2020-04-30 22:43:52 -05:00
parent e5dbc6f534
commit 94eedfde74
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ level = 1
[output.linkcheck]
follow-web-links = true
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il" ]
cache-timeout = 172800
cache-timeout = 86400
warning-policy = "error"