Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Handle large chain calc better (#17291)" (#17334) | Erik Johnston | 2024-06-19 | 1 | -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 Johnston | 2024-06-19 | 1 | -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. |