diff options
| author | 2026-02-09 06:33:35 +0700 | |
|---|---|---|
| committer | 2026-02-09 06:33:35 +0700 | |
| commit | ebfe3540c333ae7fa3effb410a20e5764627e307 (patch) | |
| tree | 543aa1d73463dcd381f732d67b3361dd53a926a0 /config/config-local-unix.sample.json | |
| parent | da672112ebbc25a3fa9f2cf8e37994a7bd1d0e2f (diff) | |
| download | thumbnail-generator-ebfe3540c333ae7fa3effb410a20e5764627e307.tar.gz thumbnail-generator-ebfe3540c333ae7fa3effb410a20e5764627e307.zip | |
feat: add jpeg converter
fix: explicitly set content type for b2
feat: extend rewrite settings with "never overwrite"
feat: move rewrite setting to converter config
feat: allow to skip size config
Diffstat (limited to 'config/config-local-unix.sample.json')
| -rw-r--r-- | config/config-local-unix.sample.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config-local-unix.sample.json b/config/config-local-unix.sample.json index 97f69f1..941d995 100644 --- a/config/config-local-unix.sample.json +++ b/config/config-local-unix.sample.json @@ -1,5 +1,4 @@ { - "ForceRewrite": false, "MaxProcessThreads": 4, "MaxPreProcessThreads": 12, "LogLevel": "debug", @@ -27,6 +26,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "local-unix", "Config": { |