Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.5.1
Choose a base ref
...
head repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.5.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 7, 2026

  1. fire autopurge again if the first time isn't stale

    Excessive load on the cache can result in a timing mismatch where the
    autopurge fires but the item is actually not yet stale. The result would
    be that the autopurge timer fires, but then aborts because it's not
    stale yet.
    
    With this change, if the item isn't stale yet, a second autopurge timer
    is scheduled if the item has a TTL set.
    
    Fix: #408
    isaacs committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    0b0a77e View commit details
    Browse the repository at this point in the history
  2. 11.5.2

    isaacs committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    16b3a91 View commit details
    Browse the repository at this point in the history
Loading