Use eventId when saving outliers
This commit is contained in:
@@ -701,7 +701,7 @@ pub async fn sync_events_route(
|
||||
let delay = tokio::time::sleep(duration);
|
||||
tokio::pin!(delay);
|
||||
tokio::select! {
|
||||
_ = &mut delay, if delay.is_elapsed() => {}
|
||||
_ = &mut delay => {}
|
||||
_ = watcher => {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user