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

Fix perf when streams don't change often #17767

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. Fix perf when streams don't change often

    There is a bug with the `StreamChangeCache` where it would incorrectly
    return that all entities had changed if asked for entities changed
    *since* the earliest stream position.
    erikjohnston committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b1f707a View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1845e4c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update changelog.d/17767.misc

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    erikjohnston and anoadragon453 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0bff362 View commit details
    Browse the repository at this point in the history