mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update comments
This commit is contained in:
parent
c3630028b2
commit
21f405a5ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue