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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/17192.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17192.misc b/changelog.d/17192.misc new file mode 100644 index 0000000000..25e157a50a --- /dev/null +++ b/changelog.d/17192.misc @@ -0,0 +1 @@ +Improve performance by fixing a reactor pause. |