-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
minBidCacheTTL better memory optimization #11310
Labels
Comments
@andyblackwell great Idea! Does aditude plan to submit the fix? |
Talked about this, we think a behavior change would likely not break anyone and we likely do not need additional configuration for this behavior. It seems to be a welcomed change. |
@patmmccann How about this ^ |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
feature request
Description
currently
minBidCacheTTL
is applied at the auction level, so if you get a single bid with a long TTL, like an hour, then all the bids in the auction stay around for the full hourPrebid.js/src/auctionManager.js
Lines 43 to 48 in 4577159
any reason we couldn't remove bids as they expire directly, in the auction object?
Prebid.js/src/auction.js
Line 156 in 4577159
could leave the auction-level removal as well, as that also frees up memory from all the other stored info in an auction like: requests, nobids, non bids, winning bids, etc
Other information
#10308
The text was updated successfully, but these errors were encountered: