Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.72.0rc1 | Erik Johnston | 2022-11-16 | 1 | -1/+0 |
| | |||||
* | 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. |