Skip to content
Snippets Groups Projects
Commit 6cf0ba14 authored by Erik Johnston's avatar Erik Johnston
Browse files

Bump get_unread_event_push_actions_by_room_for_user cache

parent 76d18a57
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class EventPushActionsStore(SQLBaseStore):
)
self._simple_insert_many_txn(txn, "event_push_actions", values)
@cachedInlineCallbacks(num_args=3, lru=True, tree=True)
@cachedInlineCallbacks(num_args=3, lru=True, tree=True, max_entries=5000)
def get_unread_event_push_actions_by_room_for_user(
self, room_id, user_id, last_read_event_id
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment