http and ws: rename cleaning.interval to torrent_cleaning_interval

This commit is contained in:
Joakim Frostegård 2021-11-03 00:11:24 +01:00
parent afe3e2465f
commit 8871d0eec8
6 changed files with 12 additions and 11 deletions

View file

@ -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(