diff options
author | Erik Johnston <erikj@element.io> | 2024-05-14 14:39:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 14:39:11 +0100 |
commit | ebe77381b0e32a063d615b79fb7cbd727222fc4c (patch) | |
tree | 4360938e32688609a688c3841fffe2e2aabd39c6 /synapse | |
parent | Improve perf of sync device lists (#17191) (diff) | |
download | synapse-ebe77381b0e32a063d615b79fb7cbd727222fc4c.tar.xz |
Reduce pauses on large device list changes (#17192)
For large accounts waking up all the relevant notifier streams can cause pauses of the reactor.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/replication/tcp/client.py | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/synapse/replication/tcp/client.py b/synapse/replication/tcp/client.py |