0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 22:50:14 +01:00

Up get_latest_event_ids_in_room cache

This commit is contained in:
Erik Johnston 2017-02-01 10:39:41 +00:00
parent 06567ec513
commit 5deaf9e30b

View file

@ -129,7 +129,7 @@ class EventFederationStore(SQLBaseStore):
room_id,
)
@cached()
@cached(max_entries=5000, iterable=True)
def get_latest_event_ids_in_room(self, room_id):
return self._simple_select_onecol(
table="event_forward_extremities",