0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 16:50:14 +01:00
synapse/synapse/federation
Erik Johnston b5ce7f5874
Process EDUs in parallel with PDUs. (#6697)
This means that things like to device messages don't get blocked behind
processing PDUs, which can potentially take *ages*.
2020-01-14 14:08:35 +00:00
..
sender Clean up newline quote marks around the codebase (#6362) 2019-11-21 12:00:14 +00:00
transport Merge pull request #6349 from matrix-org/babolivier/msc1802 2019-12-11 11:41:47 +00:00
__init__.py
federation_base.py
federation_client.py Merge pull request #6349 from matrix-org/babolivier/msc1802 2019-12-11 11:41:47 +00:00
federation_server.py Process EDUs in parallel with PDUs. (#6697) 2020-01-14 14:08:35 +00:00
persistence.py Clean up newline quote marks around the codebase (#6362) 2019-11-21 12:00:14 +00:00
send_queue.py
units.py