summary refs log tree commit diff
path: root/synapse/replication/tcp/commands.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-10Use stream cache in get_linearized_receipts_for_roomErik Johnston2-5/+14
This avoids us from uncessarily hitting the database when there has been no change for the room
2018-07-10Attempt to include db threads in cpu usage st