Browse Source

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

pull/85/head
glitch4347 2 years ago committed by GitHub
parent
commit
637eef2105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      server/src/services/analytic_service/detection_runner.rs

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

@ -48,7 +48,6 @@ impl DetectionRunner {
// TODO: parse detections to webhooks
// TODO: define window for detection
// TODO: handle case when detection is in the end and continues after "now"
// TODO: update t_from / t_to
let window_size = au.as_ref().read().await.get_detection_window();
let detection_step = ms.get_detection_step();

Loading…
Cancel
Save