diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-22 13:58:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-22 14:01:10 +0000 |
commit | 03c0da9f65ce2fb9752aacd6a85419a000d86ff0 (patch) | |
tree | 004f5b2209daf24dea60611eec4473a0dc6336cd | |
parent | In get_state_groups, get the full event json rather than just the event_ids s... (diff) | |
download | synapse-get_state_groups-perf.tar.xz |
In get_recent_events_for_room, get the full event json rather than just the event_ids so we don't have to do so many db queries github/get_state_groups-perf get_state_groups-perf
-rw-r--r-- | synapse/storage/stream.py | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py |