remove deprecated options

This commit is contained in:
yggverse 2025-08-05 20:39:14 +03:00
parent f8ba8e3938
commit ea8d5c316f

View file

@ -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,