Make _get_joined_hosts_cache cache non-iterable
This commit is contained in:
@@ -675,7 +675,7 @@ class RoomMemberStore(SQLBaseStore):
|
||||
|
||||
defer.returnValue(result)
|
||||
|
||||
@cached(max_entries=10000, iterable=True)
|
||||
@cached(max_entries=10000)
|
||||
def _get_joined_hosts_cache(self, room_id):
|
||||
return _JoinedHostsCache(self, room_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user