From 87a68beb5945d2dc7ad1c4abd9e9e82e33d90aae Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Fri, 18 Jul 2014 11:09:19 +0900 Subject: [PATCH] fix typo in integration/database_conf.json. --- integration/database_conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/database_conf.json b/integration/database_conf.json index fd2ada0d61..48ce169f6a 100644 --- a/integration/database_conf.json +++ b/integration/database_conf.json @@ -7,7 +7,7 @@ "retentionPolicy": "90d", "shardDuration": "7d", "regex": "/.*/", - "replicatonFactor": 1, + "replicationFactor": 1, "split": 1 }, { @@ -15,9 +15,9 @@ "retentionPolicy": "7d", "shardDuration": "1d", "regex": "/^something_specficic/", - "replicatonFactor": 1, + "replicationFactor": 1, "split": 1 } ] } -] \ No newline at end of file +]