Skip to content

Commit

Permalink
Break after determining we can't reap the latest (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris authored Oct 9, 2024
1 parent 8a9d32a commit a308069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firewood/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ impl RevisionManager {
Err(original) => {
warn!("Oldest revision could not be reaped; still referenced");
self.historical.push_front(original);
break;
}
}
}
Expand Down

0 comments on commit a308069

Please sign in to comment.