summary refs log tree commit diff
path: root/changelog.d/12522.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.58.0rc1David Robertson2022-04-261-1/+0
|
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-261-0/+1
Try to avoid an OOM by checking fewer extremities. Generally this is a big rewrite of _maybe_backfill, to try and fix some of the TODOs and other problems in it. It's best reviewed commit-by-commit.