summary refs log tree commit diff
path: root/changelog.d/16788.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.100.0rc1Olivier Wilkinson (reivilibre)2024-01-231-1/+0
|
* Pull less state out if we fail to backfill (#16788)Erik Johnston2024-01-101-0/+1
Sometimes we fail to fetch events during backfill due to missing state, and we often end up querying the same bad events periodically (as people backpaginate). In such cases its likely we will continue to fail to get the state, and therefore we should try *before* loading the state that we have from the DB (as otherwise it's wasted DB and memory). --------- Co-authored-by: reivilibre <oliverw@matrix.org>