We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f25c4 commit c96c230Copy full SHA for c96c230
blacksmith/src/main.rs
@@ -8,7 +8,7 @@ use mdbook::{
8
use mdbook_blacksmith::Blacksmith;
9
10
const CACHE_FILE: &str = ".blacksmith-cache.json";
11
-const CACHE_TTL_SECONDS: u64 = 3600; // 1 hour
+const CACHE_TTL_SECONDS: u64 = 3600 * 24 * 30; // 1 month
12
13
fn main() {
14
// If RUST_LOG is present use that, else default to info level printing.
0 commit comments