comment
This commit is contained in:
parent
f84a37829c
commit
5cb04280d0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct Pull {
|
|||
state: u8,
|
||||
}
|
||||
|
||||
#[once(time = 600)]
|
||||
#[once(time = 600)] // 10min
|
||||
async fn build_page(config: Config, url: String) -> String {
|
||||
let navbar = NavBar {
|
||||
contrib: true,
|
||||
|
|
Loading…
Reference in a new issue