diff options
author | David Robertson <davidr@element.io> | 2023-11-09 15:57:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 15:57:09 +0000 |
commit | 91587d4cf903c926a29ed70cecd63549271dc3b9 (patch) | |
tree | 829d57d7066ec94f15d657f5bf6a117af478a451 /changelog.d | |
parent | Bump pyicu from 2.11 to 2.12 (#16603) (diff) | |
download | synapse-91587d4cf903c926a29ed70cecd63549271dc3b9.tar.xz |
Bulk-invalidate e2e cached queries after claiming keys (#16613)
Co-authored-by: Patrick Cloke <patrickc@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16613.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16613.feature b/changelog.d/16613.feature new file mode 100644 index 0000000000..254d04a90e --- /dev/null +++ b/changelog.d/16613.feature @@ -0,0 +1 @@ +Improve the performance of claiming encryption keys in multi-worker deployments. |