mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -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
|
@ -173,7 +173,7 @@ class SlavedEventStore(BaseSlavedStore):
|
|||
get_room_max_stream_ordering = DataStore.get_room_max_stream_ordering.__func__
|
||||
|
||||
get_forward_extremeties_for_room = (
|
||||
DataStore.get_forward_extremeties_for_room.__func__
|
||||
EventFederationStore.__dict__["get_forward_extremeties_for_room"]
|
||||
)
|
||||
|
||||
def stream_positions(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue