From 44fee1c87475623aa04e9e9bdc855905c980e04f Mon Sep 17 00:00:00 2001 From: Dastan-glitch Date: Sat, 9 Dec 2023 23:58:05 +0300 Subject: [PATCH] bin/tau: update event_graph synced flag when we skip sync --- bin/tau/taud/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tau/taud/src/main.rs b/bin/tau/taud/src/main.rs index 37d692faf..ceb52df49 100644 --- a/bin/tau/taud/src/main.rs +++ b/bin/tau/taud/src/main.rs @@ -396,6 +396,8 @@ async fn realmain(settings: Args, executor: Arc>) -> Res } } } + } else { + *event_graph.synced.write().await = true; } ////////////////////