Explorar el Código

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

Dastan-glitch hace 2 años
padre
commit
c3f0ef5577
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }
     }
 
 
     ////////////////////
     ////////////////////