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 5690f96 commit 30111eeCopy full SHA for 30111ee
src/app.rs
@@ -138,6 +138,7 @@ impl App {
138
let disks = Disks::new_with_refreshed_list();
139
if any_path_is_in_hdd::<hdd::RealApi>(&self.args.files, &disks) {
140
eprintln!("warning: HDD detected, the thread limit will be set to 1");
141
+ eprintln!("hint: You can pass --threads=max disable this behavior");
142
Some(1)
143
} else {
144
None
0 commit comments