diff --git a/src/main.rs b/src/main.rs index 7bce8cc9..1bdc0e82 100644 --- a/src/main.rs +++ b/src/main.rs @@ -137,6 +137,7 @@ fn analysis_files(evtx_files: Vec) { &filter::exclude_ids(), ); let mut pb = ProgressBar::new(evtx_files.len() as u64); + pb.show_speed = false; let mut detection = detection::Detection::new(rule_files); for evtx_file in evtx_files { if configs::CONFIG.read().unwrap().args.is_present("verbose") {