remove extra copy

This commit is contained in:
yggverse 2025-06-15 21:22:27 +03:00
parent 279c5217da
commit 877c390d3d

View file

@ -129,7 +129,7 @@ async fn main() -> Result<()> {
storage.cleanup(&i, r)?; storage.cleanup(&i, r)?;
} }
// ignore on the next crawl iterations for this session // ignore on the next crawl iterations for this session
index.insert(mt.info_hash().as_string()); index.insert(i);
} }
} }
Err(e) => debug.info(&format!("Skip `{i}`: `{e}`.")), Err(e) => debug.info(&format!("Skip `{i}`: `{e}`.")),