Reduce cache timeout to catch broken links faster.
This commit is contained in:
parent
a8bb0c17f3
commit
158caa975a
|
|
@ -16,5 +16,5 @@ level = 1
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
follow-web-links = true
|
follow-web-links = true
|
||||||
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org", "cs\\.bgu\\.ac\\.il" ]
|
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"
|
warning-policy = "error"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue