Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
Set to 14 day validity window
  • Loading branch information
nroy authored Feb 18, 2025
1 parent 39d24f9 commit 58ad08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
-->

<!-- Default validUntil duration for all generated metadata, in days. -->
<property name="validUntil.default.days" value="21"/>
<property name="validUntil.default.days" value="14"/>

<!-- Specific validUntil duration for aggregates, in days. -->
<property name="validUntil.aggregate.days" value="${validUntil.default.days}"/>
Expand Down

0 comments on commit 58ad08b

Please sign in to comment.