update comments

This commit is contained in:
yggverse 2025-06-15 04:38:45 +03:00
parent c3630028b2
commit 21f405a5ac

View file

@ -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 {