We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7de9e commit 900d13aCopy full SHA for 900d13a
src/app/sub.rs
@@ -79,7 +79,6 @@ where
79
80
let threads = match threads {
81
Threads::Auto => {
82
- // If one of the files is on HDD, set thread number to 1
83
let disks = Disks::new_with_refreshed_list();
84
if any_path_is_in_hdd::<hdd::RealApi>(&files, &disks) {
85
eprintln!("warning: HDD detected, the thread limit will be set to 1");
0 commit comments