mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
rename clear option to preload_clear
This commit is contained in:
parent
a112b49eba
commit
3633aedfd0
4 changed files with 13 additions and 13 deletions
|
|
@ -38,7 +38,7 @@ async fn main() -> Result<()> {
|
|||
config.preload_max_filecount,
|
||||
config.preload_max_filesize,
|
||||
config.preload_total_size,
|
||||
config.clear,
|
||||
config.preload_clear,
|
||||
)?;
|
||||
let trackers = Trackers::init(&config.tracker)?;
|
||||
let torrent = config.export_torrents.map(|p| Torrent::init(&p).unwrap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue