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

Set cache patching default time as 5 hours #18430

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,8 @@
"maintenanceWindow": {
"type": "string",
"format": "duration",
"description": "ISO8601 timespan specifying how much time cache patching can take. "
"description": "ISO8601 timespan specifying how much time cache patching can take.",
"default": "PT5H"
Copy link
Contributor

@priyankarking priyankarking Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it kind of read-only property also, as user is not setting it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the user can set this property, it's the existence of its default value that raised the issue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for info.

}
},
"required": [
Expand Down