mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +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
|
|
@ -136,7 +136,9 @@ async fn remove_closed_connections(
|
|||
}
|
||||
}
|
||||
|
||||
Some(Duration::from_secs(config.cleaning.interval))
|
||||
Some(Duration::from_secs(
|
||||
config.cleaning.torrent_cleaning_interval,
|
||||
))
|
||||
}
|
||||
|
||||
async fn receive_responses(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue