mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:46:08 -04:00
Add cache to get_forward_extremeties_for_room
This commit is contained in:
parent
68c1ed4d1a
commit
55e6fc917c
2 changed files with 2 additions and 1 deletions
|
@ -344,6 +344,7 @@ class EventFederationStore(SQLBaseStore):
|
|||
self.get_latest_event_ids_in_room.invalidate, (room_id,)
|
||||
)
|
||||
|
||||
@cached(max_entries=5000, num_args=2)
|
||||
def get_forward_extremeties_for_room(self, room_id, stream_ordering):
|
||||
"""For a given room_id and stream_ordering, return the forward
|
||||
extremeties of the room at that point in "time".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue