2 to 10 mn for contrib page caching
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-15 21:37:01 +02:00
parent 91f0b45d18
commit 7df967005c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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,