ServerStatsService を無効化 (#91)
This commit is contained in:
parent
c492d450e9
commit
b4f720cab6
|
@ -22,7 +22,7 @@ export async function server() {
|
|||
app.get(ChartManagementService).start();
|
||||
app.get(JanitorService).start();
|
||||
app.get(QueueStatsService).start();
|
||||
app.get(ServerStatsService).start();
|
||||
// app.get(ServerStatsService).start();
|
||||
}
|
||||
|
||||
return app;
|
||||
|
|
Loading…
Reference in a new issue