synapse/changelog.d/17291.misc
Erik Johnston bdf82efea5
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.
2024-06-19 10:33:53 +01:00

2 lines
79 B
Plaintext

Do not block event sending/receiving while calulating large event auth chains.