RevertedMerge: Feature/remove process speed#289 (#299)

* removed process-speed view in progress bar #289

* insert changed code after resolve conflict #289
This commit is contained in:
DustInDark
2021-12-19 15:36:24 +09:00
committed by GitHub
parent c01dcbfc94
commit 692fdae9a0

View File

@@ -160,6 +160,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 {