Use eventId when saving outliers
This commit is contained in:
parent
e09be2f7ee
commit
64374b4679
4 changed files with 84 additions and 65 deletions
|
@ -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 => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue