Skip to content
Snippets Groups Projects
Commit 76d18a57 authored by Erik Johnston's avatar Erik Johnston
Browse files

Bump get_aliases_for_room cache

parent cd9ba1ed
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ class DirectoryStore(SQLBaseStore):
return room_id
@cached()
@cached(max_entries=5000)
def get_aliases_for_room(self, room_id):
return self._simple_select_onecol(
"room_aliases",
......
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