Fastresume CLI option

This commit is contained in:
Igor Katson 2024-08-20 21:47:08 +01:00
parent e11744cd63
commit 65feec3406
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 8 additions and 2 deletions

View file

@ -152,7 +152,7 @@ impl TorrentStateLocked {
if self.unflushed_bitv_bytes == 0 {
return;
}
trace!("trying to flush bitfield");
if let Some(Err(e)) = self
.chunks
.as_mut()