summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-05 16:53:22 +0100
committerGitHub <noreply@github.com>2021-05-05 16:53:22 +0100
commitde8f0a03a3cc3a2327dfd3058c99e48067965079 (patch)
tree8c0d98d49c4f7c97a2e12c66bc449ae71020dca2 /changelog.d
parentUse get_current_users_in_room from store and not StateHandler (#9910) (diff)
downloadsynapse-de8f0a03a3cc3a2327dfd3058c99e48067965079.tar.xz
Don't set the external cache if its been done recently (#9905)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9905.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9905.feature b/changelog.d/9905.feature
new file mode 100644
index 0000000000..96a0e7f09f
--- /dev/null
+++ b/changelog.d/9905.feature
@@ -0,0 +1 @@
+Improve performance of sending events for worker-based deployments using Redis.