Fix the ordering bug in deferred writes, but its a slow fix
This commit is contained in:
parent
438392da1d
commit
e53f5a7f23
3 changed files with 75 additions and 79 deletions
|
|
@ -121,6 +121,7 @@ fn compute_queued_pieces(have_pieces: &BF, selected_pieces: &BF) -> anyhow::Resu
|
|||
))
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ChunkMarkingResult {
|
||||
PreviouslyCompleted,
|
||||
NotCompleted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue