Skip to content

Commit

Permalink
Sort big files by default descending
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Jul 28, 2022
1 parent 390f475 commit 5d79dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czkawka_core/src/big_file.rs
Expand Up @@ -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,
}
}

Expand Down

0 comments on commit 5d79dc7

Please sign in to comment.