From 94eedfde742b6533c34f33263e1837f61a4acb5f Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Thu, 30 Apr 2020 22:43:52 -0500 Subject: [PATCH] Reduce cache timeout to catch broken links faster. --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 3d90479c..c342c387 100644 --- a/book.toml +++ b/book.toml @@ -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"