mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
fix argument documentation comment
This commit is contained in:
parent
129d33f593
commit
222938e688
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ pub struct Config {
|
||||||
#[arg(long, default_value_t = 3600)]
|
#[arg(long, default_value_t = 3600)]
|
||||||
pub resolve_torrent_ban: u64,
|
pub resolve_torrent_ban: u64,
|
||||||
|
|
||||||
/// Ban time in seconds on torrent data download is longer than `add_torrent_timeout`
|
/// Ban time in seconds on torrent data download is longer than `wait_until_completed`
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub slow_torrent_ban: Option<u64>,
|
pub slow_torrent_ban: Option<u64>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue