Skip to content

Commit

Permalink
Set cache patching default time as 5 hours (#18430)
Browse files Browse the repository at this point in the history
Co-authored-by: Kanchan Joshi <[email protected]>
  • Loading branch information
koderjoker and Kanchan Joshi authored Mar 30, 2022
1 parent 29398c4 commit 50d804b
Showing 1 changed file with 2 additions and 1 deletion.
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"
}
},
"required": [
Expand Down

0 comments on commit 50d804b

Please sign in to comment.