diff options
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json index a48f0ff..985dd55 100644 --- a/config/config.json +++ b/config/config.json @@ -1,6 +1,12 @@ { "LogLevel": "debug", - "MaxConcurrentJobs": 8, + "MaxConcurrentJobs": 10, + "DraftMode": { + "Enabled": true, + "DraftSuffix": ".draft.md", + "ProdSuffix": ".md", + "UpdateAlways": false + }, "Storage": { "Type": "b2", "Config": { |