This commit is contained in:
kato 2021-08-21 01:45:46 +03:00
parent e22da3f924
commit 8deb69a862
1 changed files with 2 additions and 1 deletions

View File

@ -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. 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. 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": { "options": {
"parallel_nodes": 2, // Run two database backups at a time "parallel_nodes": 2, // Run two database backups at a time