Skip to content

Commit

Permalink
Reduce production metadata stream validity window to 3 weeks.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 10, 2009
1 parent 006a34b commit 7a31947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/uk_master_unsigned.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 7a31947

Please sign in to comment.