Compare commits

...

4 Commits

Author SHA1 Message Date
Anna Khanova
9320f1c125 Merge branch 'main' into khanova-test 2024-04-24 17:28:28 +02:00
Anna Khanova
086c804492 Increase 2024-04-24 17:25:18 +02:00
Anna Khanova
c212817064 Update 2024-04-24 17:06:50 +02:00
Anna Khanova
91866521d1 Test 2024-04-24 11:44:14 +02:00

View File

@@ -430,6 +430,18 @@ async fn main() -> anyhow::Result<()> {
}
}
}
tokio::spawn(tokio::time::timeout(
args.scram_protocol_timeout,
async move {
let mut interval = tokio::time::interval(std::time::Duration::from_secs(1));
loop {
interval.tick().await;
for _ in 0..12000 {
info!("I am writing really a lot of logs here!!!!!");
}
}
},
));
let maintenance = loop {
// get one complete task