Skip to content

Commit

Permalink
Add cacheDuration to fallback aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#112.
  • Loading branch information
iay committed Sep 1, 2020
1 parent d9e6189 commit 6f03868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Status (2017-12-05):

### Fallback Aggregate vs. Production Aggregate

Status (2020-07-01):
Status (2020-09-01):

* The `back` aggregate does not currently include the `cacheDuration` attribute
which is present with a value of six hours in all others.
* These aggregates are currently identical.
2 changes: 2 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="assembleAggregate"/>
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseFallback"/>
<ref bean="uk_normaliseFallback"/>
Expand Down

0 comments on commit 6f03868

Please sign in to comment.