diff options
Diffstat (limited to 'config/config-local-unix.sample.json')
| -rw-r--r-- | config/config-local-unix.sample.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config-local-unix.sample.json b/config/config-local-unix.sample.json index 637a05a..36d8114 100644 --- a/config/config-local-unix.sample.json +++ b/config/config-local-unix.sample.json @@ -1,6 +1,7 @@ { "ForceRewrite": false, - "MaxConcurrentJobs": 4, + "MaxProcessThreads": 4, + "MaxPreProcessThreads": 12, "LogLevel": "debug", "Input": { "Storage": { |