This commit is contained in:
parent
e22da3f924
commit
8deb69a862
|
@ -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
|
||||||
|
|
Reference in New Issue