diff options
author | Erik Johnston <erikj@element.io> | 2024-06-19 10:33:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 10:33:53 +0100 |
commit | bdf82efea505c488953b46eb681b5a63c4e9655d (patch) | |
tree | 676904f520ff38397529441a08c967b58c24d95b /changelog.d | |
parent | Require the 'from' parameter for `/notifications` be an integer (#17283) (diff) | |
download | synapse-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.misc | 1 |
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. |