mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
d9c8a2508f
commit
cf08d34879
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ if WEBSOCKET_MANAGER == "redis":
|
|||
|
||||
clean_up_lock = RedisLock(
|
||||
redis_url=WEBSOCKET_REDIS_URL,
|
||||
lock_name="usage_cleanup_lock",
|
||||
lock_name=f"{REDIS_KEY_PREFIX}:usage_cleanup_lock",
|
||||
timeout_secs=WEBSOCKET_REDIS_LOCK_TIMEOUT,
|
||||
redis_sentinels=redis_sentinels,
|
||||
redis_cluster=WEBSOCKET_REDIS_CLUSTER,
|
||||
|
|
|
|||
Loading…
Reference in a new issue