ソースを参照

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

Dastan-glitch 2 年 前
コミット
c3f0ef5577
1 ファイル変更2 行追加0 行削除
  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;
     }
 
     ////////////////////