summary refs log tree commit diff
path: root/changelog.d/17192.misc
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-14 14:39:11 +0100
committerGitHub <noreply@github.com>2024-05-14 14:39:11 +0100
commitebe77381b0e32a063d615b79fb7cbd727222fc4c (patch)
tree4360938e32688609a688c3841fffe2e2aabd39c6 /changelog.d/17192.misc
parentImprove perf of sync device lists (#17191) (diff)
downloadsynapse-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/17192.misc')
-rw-r--r--changelog.d/17192.misc1
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.