diff options
| author | 2025-08-24 21:03:10 +0700 | |
|---|---|---|
| committer | 2025-08-24 21:03:10 +0700 | |
| commit | 8e8b3cc5238693151978f5eefa2b6fac63adc50a (patch) | |
| tree | 29bbadcee4b66e8dfa60bab3fe02b3ddf689ae2a /config/config-b2.sample.json | |
| parent | 262a46dc6a0497bf9eea0513345db835c49b06e0 (diff) | |
| download | thumbnail-generator-8e8b3cc5238693151978f5eefa2b6fac63adc50a.tar.gz thumbnail-generator-8e8b3cc5238693151978f5eefa2b6fac63adc50a.zip | |
feat: add local cache
Diffstat (limited to 'config/config-b2.sample.json')
| -rw-r--r-- | config/config-b2.sample.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config-b2.sample.json b/config/config-b2.sample.json index 043c1a6..372972e 100644 --- a/config/config-b2.sample.json +++ b/config/config-b2.sample.json @@ -18,7 +18,9 @@ "jpg", "jpeg", "png" - ] + ], + "CacheProcessed": true, + "CacheProcessedCsvPath": "cache.csv" }, "Converters": [ { |