Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix background update table-scanning `events` (#14374) | Richard van der Hoff | 2022-11-07 | 1 | -0/+1 |
When this background update did its last batch, it would try to update all the events that had been inserted since the bgupdate started, which could cause a table-scan. Make sure we limit the update correctly. |