summaryrefslogtreecommitdiff
path: root/config/config-local-unix.sample.json
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'config/config-local-unix.sample.json')
-rw-r--r--config/config-local-unix.sample.json25
1 files changed, 12 insertions, 13 deletions
diff --git a/config/config-local-unix.sample.json b/config/config-local-unix.sample.json
index 941d995..637a05a 100644
--- a/config/config-local-unix.sample.json
+++ b/config/config-local-unix.sample.json
@@ -1,6 +1,6 @@
{
- "MaxProcessThreads": 4,
- "MaxPreProcessThreads": 12,
+ "ForceRewrite": false,
+ "MaxConcurrentJobs": 4,
"LogLevel": "debug",
"Input": {
"Storage": {
@@ -24,17 +24,16 @@
"MaxWidth": 800,
"MaxHeight": 0
}
- },
- "Output": {
- "RewriteOn": "UnequalHashInCache",
- "Storage": {
- "Type": "local-unix",
- "Config": {
- "Path": "/tmp/thumbnailing/thumbnails/",
- "DirPermissionMode": "0755",
- "FilePermissionMode": "0644",
- "AttributesImplementation": "xattr"
- }
+ }
+ },
+ "Output": {
+ "Storage": {
+ "Type": "local-unix",
+ "Config": {
+ "Path": "/tmp/thumbnailing/thumbnails/",
+ "DirPermissionMode": "0755",
+ "FilePermissionMode": "0644",
+ "AttributesImplementation": "xattr"
}
}
}