Timothy J. Baek 7 달 전
부모
커밋
768717aaf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/open_webui/apps/socket/main.py

+ 1 - 1
backend/open_webui/apps/socket/main.py

@@ -69,7 +69,7 @@ TIMEOUT_DURATION = 3
 async def periodic_usage_pool_cleanup():
     while True:
         now = int(time.time())
-        log.debug("Cleaning up usage pool", now)
+        log.debug(f"Cleaning up usage pool: {now}")
         for model_id, connections in list(USAGE_POOL.items()):
             # Creating a list of sids to remove if they have timed out
             expired_sids = [