about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-30 22:43:52 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-05-03 12:30:23 -0500
commita3cdc0e4e8d878f35a3f0674581a5238fb011681 (patch)
tree422c41bd4efaa3659e1693380825107a7e93cee3
parent3f7d16743cb3b35782e9c680e704276763aeb10e (diff)
downloadrust-a3cdc0e4e8d878f35a3f0674581a5238fb011681.tar.gz
rust-a3cdc0e4e8d878f35a3f0674581a5238fb011681.zip
Reduce cache timeout to catch broken links faster.
-rw-r--r--src/doc/rustc-dev-guide/book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml
index 3d90479cb2e..c342c38748f 100644
--- a/src/doc/rustc-dev-guide/book.toml
+++ b/src/doc/rustc-dev-guide/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"