summary refs log tree commit diff
path: root/synapse/replication/tcp/resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-25Split out DB writes in federation handlerErik Johnston2-85/+94
This will allow us to easily add an internal replication API to proxy these reqeusts to master, so that we can move federation APIs to workers.
2018-07-25Actually f