mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
http and ws: rename cleaning.interval to torrent_cleaning_interval
This commit is contained in:
parent
afe3e2465f
commit
8871d0eec8
6 changed files with 12 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ pub async fn run_request_worker(
|
|||
enclose!((config, torrents, access_list) move || async move {
|
||||
torrents.borrow_mut().clean(&config, &access_list);
|
||||
|
||||
Some(Duration::from_secs(config.cleaning.interval))
|
||||
Some(Duration::from_secs(config.cleaning.torrent_cleaning_interval))
|
||||
})()
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue