Permalink
Please
sign in to comment.
Browse files
resources/images: Make the image cache more robust
Also allow timeout to be set as a duration string, e.g. `30s`. Fixes #6501
- Loading branch information
Showing
with
84 additions
and 31 deletions.
- +1 −1 cache/filecache/filecache.go
- +2 −2 cache/filecache/filecache_test.go
- +1 −1 hugolib/config.go
- +37 −9 hugolib/image_test.go
- +5 −3 hugolib/page__per_output.go
- +16 −2 hugolib/site.go
- +1 −1 lazy/init.go
- +1 −1 markup/goldmark/convert.go
- +1 −1 resources/image.go
- +8 −1 resources/image_cache.go
- +11 −9 resources/images/image.go
0 comments on commit
d6f7a9e