mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 01:25:36 +00:00
implement processed torrents index, skip info-hashes processed, remove torrent from session on download complete
This commit is contained in:
parent
9b6491a666
commit
307a935d7f
3 changed files with 30 additions and 24 deletions
|
|
@ -66,6 +66,10 @@ pub struct Argument {
|
|||
#[arg(long)]
|
||||
pub socks_proxy_url: Option<String>,
|
||||
|
||||
/// Estimated info-hash index capacity
|
||||
#[arg(long, default_value_t = 1000)]
|
||||
pub index_capacity: usize,
|
||||
|
||||
/// Crawl loop delay in seconds
|
||||
#[arg(short, default_value_t = 300)]
|
||||
pub sleep: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue