remove deprecated comment

This commit is contained in:
yggverse 2025-08-10 07:25:44 +03:00
parent d7a540f560
commit cb243bf582

View file

@ -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(),