summary refs log tree commit diff
path: root/synapse/replication/tcp/resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-27Rewrite cache list decoratorRichard van der Hoff3-67/+126
Because it was complicated and annoyed me. I suspect this will be more efficient too.
2018-07-26Deduplicate redundant lazy-loaded members (#3331)