remove download_torrent_timeout as managed by parent add_torrent_timeout controller

This commit is contained in:
yggverse 2025-06-16 18:47:21 +03:00
parent de15a8270e
commit cb377425a7
2 changed files with 9 additions and 29 deletions

View file

@ -97,10 +97,6 @@ pub struct Argument {
#[arg(long, default_value_t = 10)]
pub add_torrent_timeout: u64,
/// Max time to download each torrent
#[arg(long, default_value_t = 10)]
pub download_torrent_timeout: u64,
/// Crawl loop delay in seconds
#[arg(long, default_value_t = 300)]
pub sleep: u64,