-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactor: lru-cache maxAge to ttl #8039
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
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## alpha #8039 +/- ##
=======================================
Coverage 94.13% 94.14%
=======================================
Files 182 182
Lines 13659 13659
=======================================
+ Hits 12858 12859 +1
+ Misses 801 800 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, waiting for CI to pass.
@mtrezza what you think about increasing CI max time to 20min it seems that's too short for mongo 5.X |
We should rather look into why installing takes so long, otherwise we just keep spending resources. It's likely a dependency that's using an insecure protocol. Opened #8041 to fix this. |
🎉 This change has been released in version 5.3.0-alpha.17 |
🎉 This change has been released in version 5.3.0-beta.1 |
🎉 This change has been released in version 5.3.0 |
New Pull Request Checklist
Issue Description
Close: #7985
Related issue: FILL_THIS_OUT
Approach
maxAge to ttl
TODOs before merging