summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-06-19 17:39:33 +0100
committerGitHub <noreply@github.com>2024-06-19 17:39:33 +0100
commit4243c1f074c919367dbbcf733df3015f6ad96549 (patch)
tree15641bf373f8f528f40ce4dea81d511bc9a8bbd0 /changelog.d
parentRegister sliding sync under a different path (#17331) (diff)
downloadsynapse-4243c1f074c919367dbbcf733df3015f6ad96549.tar.xz
Revert "Handle large chain calc better (#17291)" (#17334)
This reverts commit bdf82efea505c488953b46eb681b5a63c4e9655d  (#17291)

This seems to have stopped persisting auth chains for new events, and so
is causing state res to fall back to the slow methods
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17291.misc1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/17291.misc b/changelog.d/17291.misc
deleted file mode 100644
index b1f89a324d..0000000000
--- a/changelog.d/17291.misc
+++ /dev/null
@@ -1 +0,0 @@
-Do not block event sending/receiving while calulating large event auth chains.