fix: critical memory leak.
This commit is contained in:
parent
e61c5bf880
commit
a715462b65
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export default function() {
|
|||
};
|
||||
ev.emit('serverStats', stats);
|
||||
log.push(stats);
|
||||
if (log.length > 50) log.shift();
|
||||
}
|
||||
|
||||
tick();
|
||||
|
|
Loading…
Reference in a new issue