Make default number of threads same as CPU cores

This commit is contained in:
timvisee
2018-01-11 20:14:55 +01:00
parent d1e6d0638c
commit 7a3ae058e8
5 changed files with 6 additions and 8 deletions

1
Cargo.lock generated
View File

@@ -221,6 +221,7 @@ dependencies = [
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]