From a7b1eb74b21c62345c7a05e16afced05450b3bef Mon Sep 17 00:00:00 2001 From: "l.albertalli" Date: Mon, 9 Feb 2015 18:48:49 -0800 Subject: [PATCH] Updated the config file --- docs/Configuration.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index 516b23d..e1ac677 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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. \ No newline at end of file