ServerStatsService を無効化 (#91)

This commit is contained in:
riku6460
2023-07-02 09:54:26 +09:00
committed by GitHub
parent c492d450e9
commit b4f720cab6

View File

@@ -22,7 +22,7 @@ export async function server() {
app.get(ChartManagementService).start(); app.get(ChartManagementService).start();
app.get(JanitorService).start(); app.get(JanitorService).start();
app.get(QueueStatsService).start(); app.get(QueueStatsService).start();
app.get(ServerStatsService).start(); // app.get(ServerStatsService).start();
} }
return app; return app;