summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-07 14:54:09 +0100
committerGitHub <noreply@github.com>2021-05-07 14:54:09 +0100
commit6c847785494473c0a430f368a0d79c9202b8ddd0 (patch)
tree19186423e77a7f52d8480fbdf0e7faec45d90a09 /changelog.d
parentFix make_full_schema to create the db with the right options and user (#9931) (diff)
downloadsynapse-6c847785494473c0a430f368a0d79c9202b8ddd0.tar.xz
Always cache 'event_to_prev_state_group' (#9950)
Fixes regression in send PDU times introduced in #9905.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9950.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9950.feature b/changelog.d/9950.feature
new file mode 100644
index 0000000000..96a0e7f09f
--- /dev/null
+++ b/changelog.d/9950.feature
@@ -0,0 +1 @@
+Improve performance of sending events for worker-based deployments using Redis.