NO WAIT PLEASE MULTITHREAD YES

main
DaXcess 2022-12-10 23:01:18 +01:00
parent ce0d2fd0ce
commit b2e5f004e9
No known key found for this signature in database
GPG Key ID: CF78CC72F0FD5EAD
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ mod session;
mod stats; mod stats;
mod utils; mod utils;
#[tokio::main(flavor = "current_thread")] #[tokio::main]
async fn main() { async fn main() {
if std::env::var("RUST_LOG").is_err() { if std::env::var("RUST_LOG").is_err() {
#[cfg(debug_assertions)] #[cfg(debug_assertions)]