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

Fix some instances of ExpiringCache not expiring cache items #3932

Merged
merged 2 commits into from
Sep 25, 2018

Commits on Sep 21, 2018

  1. Fix some instances of ExpiringCache not expiring cache items

    ExpiringCache required that `start()` be called before it would actually
    start expiring entries. A number of places didn't do that.
    
    This PR removes `start` from ExpiringCache, and automatically starts
    backround reaping process on creation instead.
    erikjohnston committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    8601c24 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    d3f80cb View commit details
    Browse the repository at this point in the history