Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Limit stagnant checks to a certain amount of entries #5742

Merged
merged 5 commits into from
Jul 4, 2022

Commits on Jun 30, 2022

  1. Limit number of elements loaded from the stagnant key

    This will likely be required if we enable stagnant prunning as currently database has way
    too many entries to be prunned in a single iteration
    vstakhov committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    7ebb49c View commit details
    Browse the repository at this point in the history
  2. Fmt run

    vstakhov committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2bb6f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Slightly improve logging

    vstakhov committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5b388bc View commit details
    Browse the repository at this point in the history
  2. Some more debug nits

    vstakhov committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a7427c3 View commit details
    Browse the repository at this point in the history
  3. Fmt pass

    vstakhov committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2461fcf View commit details
    Browse the repository at this point in the history