mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-20 05:32:21 -05:00
Bump get_aliases_for_room cache
This commit is contained in:
parent
cd9ba1ed89
commit
76d18a5776
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class DirectoryStore(SQLBaseStore):
|
||||||
|
|
||||||
return room_id
|
return room_id
|
||||||
|
|
||||||
@cached()
|
@cached(max_entries=5000)
|
||||||
def get_aliases_for_room(self, room_id):
|
def get_aliases_for_room(self, room_id):
|
||||||
return self._simple_select_onecol(
|
return self._simple_select_onecol(
|
||||||
"room_aliases",
|
"room_aliases",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue