diff options
author | Erik Johnston <erikj@element.io> | 2024-05-14 15:08:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 15:08:46 +0100 |
commit | 284d85dee34d1d79ff92c38799dabdc28a713793 (patch) | |
tree | 72a8916b3b890901e4d5edb2dbe20976c3553a77 /changelog.d | |
parent | Reduce pauses on large device list changes (#17192) (diff) | |
download | synapse-284d85dee34d1d79ff92c38799dabdc28a713793.tar.xz |
Cache literal sync filter validation (#17186)
The sliding sync proxy (amongst other things) use literal json blobs as filters, and repeatedly validating them takes a bunch of CPU.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17186.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17186.misc b/changelog.d/17186.misc new file mode 100644 index 0000000000..358209d5a0 --- /dev/null +++ b/changelog.d/17186.misc @@ -0,0 +1 @@ +Cache literal sync filter validation for performance. |