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

Fixed memory leak due to infinite static caches #2438

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2024

  1. Fixed memory leak due to infinite static caches

    Use MemoryCache with fixed SlidingExpiration.
    Increasing the required framework version to 4.5.1
    
    mbdavid#2421
    Sasha-hi authored and Sasha-hi committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1061987 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Parametrize sliding expiration interval

    Sasha-hi authored and Sasha-hi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8e7dd71 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Revert "Fixed memory leak due to infinite static caches"

    This reverts commit 1061987.
    
    # Conflicts:
    #	LiteDB/Document/Expression/BsonExpression.cs
    #	LiteDB/LiteDB.csproj
    alexandr-h committed May 27, 2024
    Configuration menu
    Copy the full SHA
    96b6612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6d98e View commit details
    Browse the repository at this point in the history