summary refs log tree commit diff
path: root/synapse/logging/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-14Process EDUs in parallel with PDUs. (#6697)Erik Johnston2-12/+59
This means that things like to device messages don't get blocked behind processing PDUs, which can potentially take *ages*.
2020-01-14Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston12-86/+105