Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix background update table-scanning events #14374

Merged
merged 2 commits into from
Nov 7, 2022

Commits on Nov 5, 2022

  1. Fix background update table-scanning events

    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
    richvdh committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    779d48f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    27c456b View commit details
    Browse the repository at this point in the history