summary refs log tree commit diff
path: root/synapse/replication/http/send_events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Clean up logging on event persister endpoints (#16488)Richard van der Hoff2023-10-141-5/+8
|
* 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