summary refs log tree commit diff
path: root/synapse/replication/http/send_events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-181-3/+1
| | | | This should hopefully mitigate a class of races where data gets out of sync due a HTTP replication request racing with the replication streams.
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-0/+171