ServerStatsService を無効化 (#91)

This commit is contained in:
riku6460 2023-07-02 09:54:26 +09:00 committed by GitHub
parent c492d450e9
commit b4f720cab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;