Merge pull request #207 from LAlbertalli/master

Add options to ignore duplicate or missing quad
This commit is contained in:
Barak Michener 2015-02-11 15:45:58 -05:00
commit 969aa1a6c3
9 changed files with 104 additions and 18 deletions

View file

@ -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.