From 086c80449296bae4f66199f3be9dd6dcab1637f0 Mon Sep 17 00:00:00 2001 From: Anna Khanova Date: Wed, 24 Apr 2024 17:25:18 +0200 Subject: [PATCH] Increase --- proxy/src/bin/proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/bin/proxy.rs b/proxy/src/bin/proxy.rs index cb67c940c3..724024b072 100644 --- a/proxy/src/bin/proxy.rs +++ b/proxy/src/bin/proxy.rs @@ -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!!!!!"); } }