Skip to content
Snippets Groups Projects
Commit 7f47ba73 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Added another TODO note

parent 45b56609
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,9 @@ class RoomMemberStore(SQLBaseStore):
user_id, membership_list=[Membership.JOIN],
)
# TODO(paul): Consider applying a maximum size; just evict things at
# random, or consider LRU?
self._user_rooms_cache[user_id] = rooms
defer.returnValue(rooms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment