[FIX] Performance

This commit is contained in:
Alex-Emmet 2026-02-03 13:15:19 +01:00
commit e69c1cbbb7

View file

@ -45,5 +45,5 @@ async fn main() {
}
server::server::start(9187).await;
log!(" Server");
loop {}
tokio::signal::ctrl_c().await.unwrap();
}