mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-22 18:30:19 +00:00
parallelization improvements
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ impl Scanner {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn build(app_args: &Params) -> Result<Self> {
|
||||
pub fn build(app_args: Arc<Params>) -> Result<Self> {
|
||||
let mut scanner = Scanner::new();
|
||||
scanner.directory = Some(app_args.get_directory()?);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user