This commit is contained in:
Igor Katson 2021-07-13 16:59:31 +01:00
parent 1b5e565aff
commit 7e4ed79863
3 changed files with 7 additions and 13 deletions

View file

@ -216,6 +216,7 @@ impl TorrentManager {
lengths,
);
#[allow(clippy::needless_update)]
let state_options = TorrentStateOptions {
peer_connect_timeout: options.peer_connect_timeout,
..Default::default()