From 7df967005ccfa30a31de85b9764eef61934a74b7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Oct 2023 21:37:01 +0200 Subject: [PATCH] 2 to 10 mn for contrib page caching --- src/routes/contrib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/contrib.rs b/src/routes/contrib.rs index 4d134fc..dcbd9ea 100644 --- a/src/routes/contrib.rs +++ b/src/routes/contrib.rs @@ -45,7 +45,7 @@ struct Pull { state: u8, } -#[once(time = 120)] +#[once(time = 600)] async fn build_page(config: Config, url: String) -> String { let navbar = NavBar { contrib: true,