Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't invalidate the entire event cache when we purge history #16905

Merged
merged 5 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. Add an 'extra_index_cb' to LRUCache

    This allows tracking extra indices in a cache, so that we can invalidate
    based information other than the key.
    erikjohnston committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    90624ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb05536 View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    955a91c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update synapse/util/caches/lrucache.py

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    erikjohnston and anoadragon453 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    95aa706 View commit details
    Browse the repository at this point in the history
  2. Review comments

    erikjohnston committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8e63e2e View commit details
    Browse the repository at this point in the history