2 to 10 mn for contrib page caching
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
91f0b45d18
commit
7df967005c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct Pull {
|
||||||
state: u8,
|
state: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[once(time = 120)]
|
#[once(time = 600)]
|
||||||
async fn build_page(config: Config, url: String) -> String {
|
async fn build_page(config: Config, url: String) -> String {
|
||||||
let navbar = NavBar {
|
let navbar = NavBar {
|
||||||
contrib: true,
|
contrib: true,
|
||||||
|
|
Loading…
Reference in a new issue