Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-05-05 | Add debug flag in synapse/storage/_base.py for debugging the cache logic by c... | Mark Haines | 1 | -1/+12 |
2015-05-05 | Invalidate the room_member cache if the current state events updates | Mark Haines | 1 | -0/+5 |
2015-05-05 | Missing return for when the event was already persisted | Mark Haines | 1 | -1/+1 |
2015-05-05 | Invalidate the caches from the correct thread | Mark Hain |