diff --git a/src/main.rs b/src/main.rs index e6382ee7..c78d4a55 100644 --- a/src/main.rs +++ b/src/main.rs @@ -168,6 +168,7 @@ impl App { &filter::exclude_ids(), ); let mut pb = ProgressBar::new(evtx_files.len() as u64); + pb.show_speed = false; self.rule_keys = self.get_all_keys(&rule_files); let mut detection = detection::Detection::new(rule_files); for evtx_file in evtx_files {