This commit is contained in:
Nicholas Wehr
2025-08-21 22:52:37 -07:00
parent 3bdc491aba
commit 5114f76517
2 changed files with 5 additions and 3 deletions

View File

@ -91,6 +91,7 @@ impl Client {
pub fn new(root: impl Into<PathBuf>, peers: Vec<PeerRecord>) -> Self {
let root: PathBuf = root.into();
let n = find_max_number_file(&root).unwrap();
debug!(max_block = n, "hlfs: our archive");
Self {
root,
peers: Arc::new(Mutex::new(peers)),