Updated the config file

This commit is contained in:
l.albertalli 2015-02-09 18:48:49 -08:00
parent 6134bc8bdd
commit a7b1eb74b2

View file

@ -123,3 +123,23 @@ Optionally disable syncing to disk per transaction. Nosync being true means much
* Default: "cayley" * Default: "cayley"
The name of the database within MongoDB to connect to. Manages its own collections and indicies therein. 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.