1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 11:43:59 +00:00

Bump get_aliases_for_room cache

This commit is contained in:
Erik Johnston 2016-03-22 14:08:13 +00:00
parent cd9ba1ed89
commit 76d18a5776

View file

@ -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",