-
Notifications
You must be signed in to change notification settings - Fork 175
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
[JIT-1712] Fix BundleStorage rebuffering #487
Conversation
ImmutableDeserializedBundle, | ||
)>, | ||
) -> Self { | ||
Self::new_bundle_storage_ttl( |
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.
nit: why does this need to be a separate function call?
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.
this was to avoid modifying all the call sites with the TTL info
) | ||
} | ||
|
||
pub fn new_bundle_storage_ttl( |
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.
what's the ttl?
993f46a
to
7298ee7
Compare
ci: add release pipeline (#466) (cherry picked from commit 212cbdb) Co-authored-by: Yihau Chen <[email protected]>
Problem
Bundles may be rebuffered for longer than necessary when cost model checks fail.
Summary of Changes
Fixes #