fix(server): remove excessive inactivity log (#19306)

This commit is contained in:
Matthew Momjian 2025-06-19 15:13:13 -04:00 committed by GitHub
parent 5cdbb65d28
commit d233a7d97a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,6 @@ async def load(model: InferenceModel) -> InferenceModel:
async def idle_shutdown_task() -> None:
while True:
log.debug("Checking for inactivity...")
if (
last_called is not None
and not active_requests