Procházet zdrojové kódy

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

Dastan-glitch před 2 roky
rodič
revize
c3f0ef5577
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
     }
 
     ////////////////////