Diffstat (limited to 'config/config-b2.sample.json')
| -rw-r--r-- | config/config-b2.sample.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/config-b2.sample.json b/config/config-b2.sample.json index 043c1a6..60022dd 100644 --- a/config/config-b2.sample.json +++ b/config/config-b2.sample.json @@ -1,5 +1,4 @@ { - "ForceRewrite": false, "MaxProcessThreads": 4, "MaxPreProcessThreads": 12, "LogLevel": "info", @@ -18,7 +17,9 @@ "jpg", "jpeg", "png" - ] + ], + "CacheProcessed": true, + "CacheProcessedCsvPath": "cache.csv" }, "Converters": [ { @@ -31,6 +32,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "b2", "Config": { @@ -53,6 +55,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "b2", "Config": { @@ -75,6 +78,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "b2", "Config": { @@ -97,6 +101,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "b2", "Config": { @@ -119,6 +124,7 @@ } }, "Output": { + "RewriteOn": "UnequalHashInCache", "Storage": { "Type": "b2", "Config": { |