Updated the config file
This commit is contained in:
parent
6134bc8bdd
commit
a7b1eb74b2
1 changed files with 20 additions and 0 deletions
|
|
@ -123,3 +123,23 @@ Optionally disable syncing to disk per transaction. Nosync being true means much
|
|||
* Default: "cayley"
|
||||
|
||||
The name of the database within MongoDB to connect to. Manages its own collections and indicies therein.
|
||||
|
||||
## Per-Replication Options
|
||||
|
||||
The `replication_options` object in the main configuration file contains any of these following options that change the behavior of the replication manager.
|
||||
|
||||
### All
|
||||
|
||||
#### **`ignore_missing`**
|
||||
|
||||
* Type: Boolean
|
||||
* Default: false
|
||||
|
||||
Optionally ignore missing quad on delete.
|
||||
|
||||
#### **`ignore_duplicate`**
|
||||
|
||||
* Type: Boolean
|
||||
* Default: false
|
||||
|
||||
Optionally ignore duplicated quad on add.
|
||||
Loading…
Add table
Add a link
Reference in a new issue