Skip to content

Commit aa130af

Browse files
committed
Document extending cache time over default from github.
1 parent c11b584 commit aa130af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ data_sources:
2929
path: posts/ # subdirectory of the content in given repository (default: nil)
3030
concurrency: 10 # how many threads to spawn to fetch data (default: 5)
3131
verbose: true # show HTTP cache hit/miss on STDOUT (default: false)
32+
max_age: 600 # override time in which cached content is considered to be fresh (default: 60)
3233
```
3334
3435
## Status

0 commit comments

Comments
 (0)