summary refs log tree commit diff
path: root/docs/sphinx/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-05Add debug flag in synapse/storage/_base.py for debugging the cache logic by ↵Mark Haines1-1/+12
comparing what is in the cache with what was in the database on every access
2015-05-05Invalidate the room_member cache if the current state events updatesMark Haines1-0/+5
2015-05-05