summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-06-19 10:33:53 +0100
committerGitHub <noreply@github.com>2024-06-19 10:33:53 +0100
commitbdf82efea505c488953b46eb681b5a63c4e9655d (patch)
tree676904f520ff38397529441a08c967b58c24d95b /changelog.d
parentRequire the 'from' parameter for `/notifications` be an integer (#17283) (diff)
downloadsynapse-bdf82efea505c488953b46eb681b5a63c4e9655d.tar.xz
Handle large chain calc better (#17291)
We calculate the auth chain links outside of the main persist event
transaction to ensure that we do not block other event sending during
the calculation.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17291.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17291.misc b/changelog.d/17291.misc
new file mode 100644
index 0000000000..b1f89a324d
--- /dev/null
+++ b/changelog.d/17291.misc
@@ -0,0 +1 @@
+Do not block event sending/receiving while calulating large event auth chains.