Skip to content

Commit

Permalink
Reduce test metadata stream validity window from 21 to 14 days. Produ…
Browse files Browse the repository at this point in the history
…ction metadata stream is still at 21 days.
  • Loading branch information
iay committed Aug 17, 2009
1 parent fb49747 commit f98f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/uk_master_test.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:variable name="validityDays" select="21"/>
<xsl:variable name="validityDays" select="14"/>

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

0 comments on commit f98f760

Please sign in to comment.