Skip to content

Commit

Permalink
Reduce validUntil window on production metadata stream down to 14 day…
Browse files Browse the repository at this point in the history
…s to match the test metadata stream.
  • Loading branch information
iay committed Aug 24, 2009
1 parent 4aa5a76 commit c53c69f
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="21"/>
<xsl:variable 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 c53c69f

Please sign in to comment.