From 768717aaf98f9cf07fab70f86e4ded43b309477b Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 22 Sep 2024 02:35:25 +0200 Subject: [PATCH] refac --- backend/open_webui/apps/socket/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/apps/socket/main.py b/backend/open_webui/apps/socket/main.py index 9a3db51e5..e84ce18bb 100644 --- a/backend/open_webui/apps/socket/main.py +++ b/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 = [