mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 23:45:44 +00:00
Bump get_aliases_for_room cache
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user