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