summary refs log tree commit diff
path: root/changelog.d/17291.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston2024-06-191-1/+0
| | | | | | 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
* Handle large chain calc better (#17291)Erik Johnston2024-06-191-0/+1
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.