perf(StatsService): QueueStatsServiceが動作しないように
This commit is contained in:
		@@ -24,8 +24,8 @@ export async function server() {
 | 
			
		||||
 | 
			
		||||
	if (process.env.NODE_ENV !== 'test') {
 | 
			
		||||
		app.get(ChartManagementService).start();
 | 
			
		||||
		app.get(QueueStatsService).start();
 | 
			
		||||
		app.get(ServerStatsService).start();
 | 
			
		||||
		// app.get(QueueStatsService).start();
 | 
			
		||||
		// app.get(ServerStatsService).start();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return app;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user