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

Make chain cover index bg update go faster #9124

Merged
merged 4 commits into from
Jan 15, 2021

Commits on Jan 15, 2021

  1. Make chain cover index bg update go faster

    We do this by allowing a single iteration to process multiple rooms at a
    time, as there are often a lot of really tiny rooms, which can massively
    slow things down.
    erikjohnston committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6d84a7c View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    1896c8c View commit details
    Browse the repository at this point in the history
  3. Update synapse/storage/databases/main/events_bg_updates.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    erikjohnston and clokep authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cb4e139 View commit details
    Browse the repository at this point in the history
  4. Review comments

    erikjohnston committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    fa92cc7 View commit details
    Browse the repository at this point in the history