removed process-speed view in progress bar #289 (#292)

This commit is contained in:
DustInDark
2021-12-18 11:06:45 +09:00
committed by GitHub
parent ee80e6bc1e
commit 2626ef8e49

View File

@@ -137,6 +137,7 @@ fn analysis_files(evtx_files: Vec<PathBuf>) {
&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") {