Commit Graph

2 Commits (399ccfc351e99fde9958da0f8e977f70ade2ffa0)

Author SHA1 Message Date
Aaron Spettl 399ccfc351 Disable conversion of HEAD method to GET 2021-04-23 20:13:22 +02:00
Ricardo Pardini a726f88049
3-tier implementation of manifest caching (#57)
* implement manifest caching; refactor config with includes, and generate from ENVs in entrypoint.sh
- disabled by default; enable with -e ENABLE_MANIFEST_CACHE=true
- default times and regexes are a wild guess, make sure to tune for your use case.
-  add manifest caching/anti-ratelimit usage note to README
- add -e ENABLE_MANIFEST_CACHE=true to examples, some wording changes
- add -e ENABLE_MANIFEST_CACHE=true to one the steps in test workflow.
2020-10-30 18:54:10 +01:00