Skip to content

Commit

Permalink
Increase validity of published metadata aggregates to 21 days - ukf/u…
Browse files Browse the repository at this point in the history
…kf-meta#218
  • Loading branch information
Alex Stuart committed Mar 17, 2020
1 parent bcc9e30 commit f7ae6ed
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 @@ -112,7 +112,7 @@
<property name="validUntil.default.days" value="14"/>

<!-- Specific validUntil duration for aggregates, in days. -->
<property name="validUntil.aggregate.days" value="${validUntil.default.days}"/>
<property name="validUntil.aggregate.days" value="21"/>
<!-- Same value, as an ISO 8601 duration. -->
<property name="validUntil.aggregate.duration" value="P${validUntil.aggregate.days}D"/>

Expand Down

0 comments on commit f7ae6ed

Please sign in to comment.