mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:47:20 +09:00
Fix bug
This commit is contained in:
parent
1480e3d2a4
commit
97ff5cae05
@ -44,7 +44,7 @@ export default class ServerModule implements IModule {
|
|||||||
});
|
});
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
this.statsLogs.push(this.recentStat);
|
this.statsLogs.unshift(this.recentStat);
|
||||||
if (this.statsLogs.length > 60) this.statsLogs.pop();
|
if (this.statsLogs.length > 60) this.statsLogs.pop();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user