Skip to content
Snippets Groups Projects
Commit 495975e2 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Optimisation for filter_events_for_server

We're better off hashing just the event_id than the whole ((type, state_key),
event_id) tuple - so use a dict instead of a set.

Also, iteritems > items.
parent c6dbd216
No related branches found
No related tags found
Loading
Loading
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