We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b584 commit aa130afCopy full SHA for aa130af
README.md
@@ -29,6 +29,7 @@ data_sources:
29
path: posts/ # subdirectory of the content in given repository (default: nil)
30
concurrency: 10 # how many threads to spawn to fetch data (default: 5)
31
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)
33
```
34
35
## Status
0 commit comments