mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(server): remove excessive inactivity log (#19306)
This commit is contained in:
		
							parent
							
								
									5cdbb65d28
								
							
						
					
					
						commit
						d233a7d97a
					
				@ -244,7 +244,6 @@ async def load(model: InferenceModel) -> InferenceModel:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
async def idle_shutdown_task() -> None:
 | 
					async def idle_shutdown_task() -> None:
 | 
				
			||||||
    while True:
 | 
					    while True:
 | 
				
			||||||
        log.debug("Checking for inactivity...")
 | 
					 | 
				
			||||||
        if (
 | 
					        if (
 | 
				
			||||||
            last_called is not None
 | 
					            last_called is not None
 | 
				
			||||||
            and not active_requests
 | 
					            and not active_requests
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user