Reorganize config file
This commit is contained in:
parent
380756df16
commit
1b8f3c9bc1
2 changed files with 10 additions and 5 deletions
|
|
@ -125,6 +125,6 @@ pub async fn repeatedly(state: AppState) {
|
|||
.instrument(debug_span!("update repo"))
|
||||
.await;
|
||||
|
||||
tokio::time::sleep(state.config.repo_update_delay).await;
|
||||
tokio::time::sleep(state.config.repo.update_delay).await;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue