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

Fix perf regression in PR #3530 #3544

Merged
merged 4 commits into from
Jul 17, 2018
Merged

Commits on Jul 17, 2018

  1. Fix perf regression in PR #3530

    The get_entities_changed function was changed to return all changed
    entities since the given stream position, rather than only those changed
    from a given list of entities. This resulted in the function incorrectly
    returning large numbers of entities that, for example, caused large
    increases in database usage.
    erikjohnston committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    547b135 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9952d18 View commit details
    Browse the repository at this point in the history
  3. Add unit test

    erikjohnston committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    850238b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2aa05a View commit details
    Browse the repository at this point in the history