mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 01:25:36 +00:00
remove download_torrent_timeout as managed by parent add_torrent_timeout controller
This commit is contained in:
parent
de15a8270e
commit
cb377425a7
2 changed files with 9 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue