forked from Hri7566/mpp-server-dev2
hotfix
This commit is contained in:
parent
44f9f25f8e
commit
d3e99bbd5b
|
@ -339,7 +339,8 @@ class Channel extends EventEmitter {
|
|||
if (Array.from(this.ppl.values()).length <= 0) {
|
||||
setTimeout(() => {
|
||||
this.destroy();
|
||||
}, 13000);
|
||||
}, 3000);
|
||||
return;
|
||||
}
|
||||
|
||||
this.connections.forEach(usr => {
|
||||
|
|
Loading…
Reference in New Issue