Browse Source

todo++

pull/100/head
Alexey Velikiy 2 years ago
parent
commit
a4da3b5ea3
  1. 1
      server/src/services/analytic_service/detection_runner.rs

1
server/src/services/analytic_service/detection_runner.rs

@ -47,6 +47,7 @@ impl DetectionRunner {
// TODO: parse detections to webhooks
// TODO: handle case when detection is in the end and continues after "now"
// it's better to make an issue on github
// TODO: find place to update analytic unit model
let window_size = au.as_ref().read().await.get_detection_window();
let detection_step = ms.get_detection_step();

Loading…
Cancel
Save