forked-synapse/synapse/federation
Erik Johnston ac5c221208
Stagger send presence to remotes (#10398)
This is to help with performance, where trying to connect to thousands
of hosts at once can consume a lot of CPU (due to TLS etc).

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-07-15 11:52:56 +01:00
..
sender Stagger send presence to remotes (#10398) 2021-07-15 11:52:56 +01:00
transport Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation_base.py Soft-fail spammy events received over federation (#10263) 2021-06-29 11:08:06 +01:00
federation_client.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
federation_server.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
persistence.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
send_queue.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
units.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00