Skip to content

Commit

Permalink
feat(bff): twitter interval
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 23, 2023
1 parent a26f86e commit 9226dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ createExpressApp().then(async ({ app, server, cache }) => {
const getTwitterAggregateCache = cacher.interval(cache, {
key: TunnelModule.TwitterAggregate,
ttl: hours(12),
interval: hours(2),
interval: hours(2.5),
retry: minutes(10),
getter: getTwitterAggregate
})
Expand Down

0 comments on commit 9226dde

Please sign in to comment.