Update main.rs

This commit is contained in:
Luuk van Oijen
2023-11-20 18:30:46 +01:00
parent a61554187e
commit 2323c07d8e

View File

@@ -73,7 +73,6 @@ async fn main() {
_ = tokio::time::sleep(tokio::time::Duration::from_millis(50)) => {}
}
} else {
trace!("eepy mode");
// TODO: Scuffed?
tokio::time::sleep(tokio::time::Duration::from_millis(150)).await;
}