summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-14 15:08:46 +0100
committerGitHub <noreply@github.com>2024-05-14 15:08:46 +0100
commit284d85dee34d1d79ff92c38799dabdc28a713793 (patch)
tree72a8916b3b890901e4d5edb2dbe20976c3553a77 /changelog.d
parentReduce pauses on large device list changes (#17192) (diff)
downloadsynapse-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.misc1
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.