summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-12 13:17:11 +0100
committerGitHub <noreply@github.com>2021-05-12 13:17:11 +0100
commitaffaffb0abc3993501ec024e00c286da85e121e9 (patch)
tree724b2ac2bf174ff31ca10e04e1456bbe84ec25a9 /changelog.d
parentTests for to-device messages (#9965) (diff)
downloadsynapse-affaffb0abc3993501ec024e00c286da85e121e9.tar.xz
Run cache_joined_hosts_for_event in background (#9951)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9951.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9951.feature b/changelog.d/9951.feature
new file mode 100644
index 0000000000..96a0e7f09f
--- /dev/null
+++ b/changelog.d/9951.feature
@@ -0,0 +1 @@
+Improve performance of sending events for worker-based deployments using Redis.