-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add 'load_to_cache' field to Download message #437
Conversation
Signed-off-by: southwest <[email protected]>
Signed-off-by: southwest <[email protected]>
Signed-off-by: southwest <[email protected]>
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.
Add bool load_to_cache = 21;
to Download
message.
Signed-off-by: southwest <[email protected]>
Signed-off-by: southwest <[email protected]>
Signed-off-by: southwest <[email protected]>
Signed-off-by: southwest <[email protected]>
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.
Use cache storage
. Rewrite of description, because I don't know what you are trying to describe.
Signed-off-by: southwest <[email protected]>
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
Description
load_to_cache
indicates whether the content downloaded will be stored in the cache storage.true
, it signifies that the task is part of a preheat process and the content downloaded will be stored in the cache, assuming the feature is enabled.Related Issue
dragonflyoss/dragonfly#3742
Motivation and Context