From 7542dd6d9a5b2ce1a9c7f94b2f8473408f1b28eb Mon Sep 17 00:00:00 2001 From: yukirij Date: Fri, 16 Aug 2024 15:17:00 -0700 Subject: [PATCH] Increase thread count. --- server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main.rs b/server/src/main.rs index 29bc4db..2efa165 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -85,7 +85,7 @@ async fn handle_http(stream:system::net::tls::TlsStream, addr:SocketAddr, args:H } -#[tokio::main(flavor = "multi_thread", worker_threads = 4)] +#[tokio::main(flavor = "multi_thread", worker_threads = 12)] async fn main() { use system::net::{