From 8deb69a862437843e1366613de1f088301bd7046 Mon Sep 17 00:00:00 2001 From: kato Date: Sat, 21 Aug 2021 01:45:46 +0300 Subject: [PATCH] * --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 428e995..f89f634 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ This supports mailing for logging what is happening to the databases, future pla 2. Run the server by using the `npm start` command, this will start to run the program. 3. This does not run as a service and should be activated by a `cron` task, or on windows a `scheduler` task, this is completely up to you how you setup. -Example Config File: ```js +Example Config File: +```js { "options": { "parallel_nodes": 2, // Run two database backups at a time