This commit is contained in:
Alex Emmet 2026-01-29 13:17:54 +01:00
commit a6c986d56b
2 changed files with 21 additions and 27 deletions

View file

@ -258,7 +258,7 @@ impl OmegaConnection {
break;
}
cloned_self.send_ping().await;
sleep(Duration::from_secs(1)).await;
sleep(Duration::from_secs(5)).await;
}
});