This commit is contained in:
Anna Khanova
2024-04-24 17:25:18 +02:00
parent c212817064
commit 086c804492

View File

@@ -433,7 +433,7 @@ async fn main() -> anyhow::Result<()> {
let mut interval = tokio::time::interval(std::time::Duration::from_secs(1));
loop {
interval.tick().await;
for _ in 0..3000 {
for _ in 0..12000 {
info!("I am writing really a lot of logs here!!!!!");
}
}