From d8c6ce3ee81564bbf68140c7396dd1a67ef3f5bb Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:54:30 -0400 Subject: [PATCH] smol --- src/core/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/chat.rs b/src/core/chat.rs index 5710d3a..ca70c0a 100644 --- a/src/core/chat.rs +++ b/src/core/chat.rs @@ -145,7 +145,7 @@ impl Chat { // loop { // Spawn x helper threads to process messages in the outqueue - for _ in 1..10 { + for _ in 1..5 { dbg!("Chat queue Helper thread generated"); let r_ccc = r_cc.clone();