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();