mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
cc45175ee5
All LRU cache operations (get, set, move_to_end, popitem) are already protected by SESSION_AGENT_CACHE_LOCK. This addresses the reviewer's concern about thread safety in multi-threaded ASGI servers.