mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
remove deprecated options
This commit is contained in:
parent
f8ba8e3938
commit
ea8d5c316f
1 changed files with 0 additions and 13 deletions
|
|
@ -95,19 +95,6 @@ pub struct Config {
|
|||
#[arg(long, default_value_t = 1000)]
|
||||
pub index_capacity: usize,
|
||||
|
||||
/// Index torrent files
|
||||
#[arg(long, default_value_t = false)]
|
||||
pub index_list: bool,
|
||||
|
||||
/// Limit torrent files quantity to index
|
||||
/// * insert the `...` placeholder as the last item, with total size left
|
||||
#[arg(long, default_value_t = 100)]
|
||||
pub index_list_limit: usize,
|
||||
|
||||
/// Remove records from index older than `seconds`
|
||||
#[arg(long)]
|
||||
pub index_timeout: Option<i64>,
|
||||
|
||||
/// Max time to handle each torrent
|
||||
#[arg(long, default_value_t = 10)]
|
||||
pub add_torrent_timeout: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue