This commit is contained in:
ModulatingForce 2024-04-03 12:54:30 -04:00
parent b6a75f8d91
commit d8c6ce3ee8

View file

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