summary refs log tree commit diff
path: root/changelog.d/9935.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve performance of backfilling in large rooms. (#9935)Erik Johnston2021-05-101-0/+1
We were pulling the full auth chain for the room out of the DB each time we backfilled, which can be *huge* for large rooms and is totally unnecessary.