chore: remove "this process is still alive" that I forgot to delete
This commit is contained in:
11
src/main.rs
11
src/main.rs
@@ -385,17 +385,6 @@ async fn main() -> Result<(), MainError> {
|
||||
}
|
||||
});
|
||||
|
||||
tokio::spawn(async {
|
||||
let duration = Duration::from_secs(120);
|
||||
let mut interval = tokio::time::interval(duration);
|
||||
|
||||
loop {
|
||||
interval.tick().await;
|
||||
|
||||
tracing::debug!("this process is still alive");
|
||||
}
|
||||
});
|
||||
|
||||
loop {
|
||||
tokio::spawn({
|
||||
let vcs_sender = vcs_sender.clone();
|
||||
|
||||
Reference in New Issue
Block a user