Skip to content

Commit

Permalink
change default bake time to 2 hour (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 authored Feb 29, 2024
1 parent 0c6fa84 commit 68e7252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</label>
<p><i>Hour(s) to wait after the cluster is refreshed successfully before refreshing cluster(s) in the next stage (if applicable).</i></p>
</div>
<input type="number" id="bakeTime" name="bakeTime" min="0" value={% if auto_refresh_config.bakeTime %}{{ auto_refresh_config.bakeTime }}{% else %}0{% endif %}> hour(s)
<input type="number" id="bakeTime" name="bakeTime" min="0" value={% if auto_refresh_config.bakeTime %}{{ auto_refresh_config.bakeTime }}{% else %}2{% endif %}> hour(s)
</div>

<div style="padding-top: 20px;">
Expand Down

0 comments on commit 68e7252

Please sign in to comment.