synapse/changelog.d/10398.misc
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

2 lines
137 B
Plaintext

Stagger sending of presence update to remote servers, reducing CPU spikes caused by starting many connections to remote servers at once.