Skip to content

Commit

Permalink
Reduce test metadata stream validity window from 28 to 21 days. Produ…
Browse files Browse the repository at this point in the history
…ction metadata stream is still at 28 days.
  • Loading branch information
iay committed Aug 3, 2009
1 parent 9181404 commit 6180f57
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="28"/>
<xsl:variable name="validityDays" select="21"/>

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

0 comments on commit 6180f57

Please sign in to comment.