1
0
Fork 0
mirror of synced 2024-05-04 20:43:35 +12:00

Sort big files by default descending

This commit is contained in:
Rafał Mikrut 2022-07-28 18:56:55 +02:00
parent 390f4751e8
commit 5d79dc7ccf

View file

@ -88,7 +88,7 @@ impl BigFile {
number_of_files_to_check: 50,
delete_method: DeleteMethod::None,
stopped_search: false,
search_mode: SearchMode::SmallestFiles,
search_mode: SearchMode::BiggestFiles,
}
}