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

Core: remove individual bids from cache when minBidCacheTTL is set #12535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dgirardi
Copy link
Collaborator

@dgirardi dgirardi commented Dec 3, 2024

Type of change

  • Feature

Description of change

minBidCacheTTL currently acts on discrete auctions, and bids are removed from cache only when all the bids in their auction have become stale. This updates it so that it acts on individual bids.

Other information

Closes #11310
Related to #11776 (comment)

@ChrisHuie ChrisHuie self-assigned this Dec 3, 2024
@mkomorski mkomorski self-requested a review December 4, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minBidCacheTTL better memory optimization
2 participants