Browse Source

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

Dastan-glitch 2 years ago
parent
commit
c3f0ef5577
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/tau/taud/src/main.rs

+ 2 - 0
bin/tau/taud/src/main.rs

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