mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 10:19:59 -07:00
move analysis into diag reader thread as well
This commit is contained in:
committed by
Cooper Quintin
parent
f9c8c4671e
commit
f41a8d38fe
@@ -197,6 +197,7 @@ async fn main() -> Result<(), RayhunterError> {
|
||||
diag_rx,
|
||||
ui_update_tx.clone(),
|
||||
qmdl_store_lock.clone(),
|
||||
analysis_tx.clone(),
|
||||
config.enable_dummy_analyzer,
|
||||
);
|
||||
info!("Starting UI");
|
||||
|
||||
Reference in New Issue
Block a user