smol
This commit is contained in:
parent
b6a75f8d91
commit
d8c6ce3ee8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue