Skip to content

Commit

Permalink
Update Caching.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Oct 31, 2019
1 parent 6582585 commit f43edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Cube.js-Backend/Caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ preAggregations: {

### Refresh Strategy

Every two minutes on a new request Cube.js will initiate the refresh
check. Refresh strategy could be customized by setting the `refreshKey` property
If 2 minutes passed since last `refreshKey` query renew Cube.js will initiate the refresh check.
Refresh strategy could be customized by setting the `refreshKey` property
for the pre-aggregation.

The default value of the `refreshKey` is `select date_trunc('hour', now())`. It means
Expand Down

0 comments on commit f43edb3

Please sign in to comment.