diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-15 11:52:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 11:52:56 +0100 |
commit | ac5c221208ceb499cf8e9305b03efe1765ba48f6 (patch) | |
tree | 908bca4aabf97494ecee65b29f938f02a17f4f12 /tests | |
parent | Update the logcontext doc (#10353) (diff) | |
download | synapse-ac5c221208ceb499cf8e9305b03efe1765ba48f6.tar.xz |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/events/test_presence_router.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/events/test_presence_router.py b/tests/events/test_presence_router.py |