Skip to content

Commit

Permalink
Restore 14-day validity window for metadata aggregates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart authored and Alex Stuart committed May 27, 2015
1 parent 63c86df commit dc13095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/final_tweak.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:param name="validityDays" select="21"/>
<xsl:param name="validityDays" select="14"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down

0 comments on commit dc13095

Please sign in to comment.