diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-05 16:53:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 16:53:22 +0100 |
commit | de8f0a03a3cc3a2327dfd3058c99e48067965079 (patch) | |
tree | 8c0d98d49c4f7c97a2e12c66bc449ae71020dca2 /changelog.d | |
parent | Use get_current_users_in_room from store and not StateHandler (#9910) (diff) | |
download | synapse-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.feature | 1 |
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. |