mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
remove deprecated comment
This commit is contained in:
parent
d7a540f560
commit
cb243bf582
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ async fn main() -> Result<()> {
|
||||||
session.update_only_files(&mt, &only_files).await?;
|
session.update_only_files(&mt, &only_files).await?;
|
||||||
session.unpause(&mt).await?;
|
session.unpause(&mt).await?;
|
||||||
log::debug!("begin torrent `{i}` preload...");
|
log::debug!("begin torrent `{i}` preload...");
|
||||||
// await for `preload_regex` files download to continue
|
|
||||||
if let Err(e) = time::timeout(
|
if let Err(e) = time::timeout(
|
||||||
Duration::from_secs(config.wait_until_completed),
|
Duration::from_secs(config.wait_until_completed),
|
||||||
mt.wait_until_completed(),
|
mt.wait_until_completed(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue