mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 22:49:24 +09:00
perf(StatsService): QueueStatsServiceが動作しないように
This commit is contained in:
parent
875e0b11f8
commit
7750138b38
@ -24,8 +24,8 @@ export async function server() {
|
|||||||
|
|
||||||
if (process.env.NODE_ENV !== 'test') {
|
if (process.env.NODE_ENV !== 'test') {
|
||||||
app.get(ChartManagementService).start();
|
app.get(ChartManagementService).start();
|
||||||
app.get(QueueStatsService).start();
|
// app.get(QueueStatsService).start();
|
||||||
app.get(ServerStatsService).start();
|
// app.get(ServerStatsService).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
return app;
|
return app;
|
||||||
|
Loading…
Reference in New Issue
Block a user