diff --git a/src/config.rs b/src/config.rs index 684b6a1..e3f1c28 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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, - /// Max time to handle each torrent #[arg(long, default_value_t = 10)] pub add_torrent_timeout: u64,