From 21f405a5ac0d476573b53200ba7f5f81686f5dcd Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 15 Jun 2025 04:38:45 +0300 Subject: [PATCH] update comments --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index c9fe834..0e26d25 100644 --- a/src/main.rs +++ b/src/main.rs @@ -47,10 +47,10 @@ async fn main() -> Result<()> { let mut index = HashSet::with_capacity(arg.index_capacity); loop { debug.info("Index queue begin..."); - // collect info-hashes from each API channel for source in &arg.infohash_file { debug.info(&format!("Index source `{source}`...")); - // aquatic server may update the stats at this moment, handle result manually + // grab latest info-hashes from this source + // * aquatic server may update the stats at this moment, handle result manually match api::infohashes(source) { Ok(infohashes) => { for i in infohashes {