bin/tau: update event_graph synced flag when we skip sync

This commit is contained in:
Dastan-glitch
2023-12-09 23:58:05 +03:00
parent 2edadbc214
commit 44fee1c874

View File

@@ -396,6 +396,8 @@ async fn realmain(settings: Args, executor: Arc<smol::Executor<'static>>) -> Res
}
}
}
} else {
*event_graph.synced.write().await = true;
}
////////////////////