mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
reduce default sleep to 60 seconds
This commit is contained in:
parent
b2a0a3e5ad
commit
bf16af1a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ pub struct Config {
|
|||
pub add_torrent_timeout: u64,
|
||||
|
||||
/// Crawl loop delay in seconds
|
||||
#[arg(long, default_value_t = 900)]
|
||||
#[arg(long, default_value_t = 60)]
|
||||
pub sleep: u64,
|
||||
|
||||
/// Ban unresolvable info-hashes for `n` seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue