From 01e74276577b46dcebb8917f6d23ec150a70ad70 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 3 Sep 2025 22:22:44 +0700 Subject: feat: new draft and prod mode --- config/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config/config.json') 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": { -- cgit v1.3.1+17