rename clear option to preload_clear

This commit is contained in:
yggverse 2025-07-07 14:25:39 +03:00
parent a112b49eba
commit 3633aedfd0
4 changed files with 13 additions and 13 deletions

View file

@ -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());