1
0
Fork 0

Replication factor for statistics collection is 1 (temporarily).

This commit is contained in:
Max Neunhoeffer 2016-05-24 13:43:46 +02:00
parent 9aa1e60779
commit 1e7c998465
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function createStatisticsCollection (name) {
try {
r = db._create(name, { isSystem: true, waitForSync: false,
replicationFactor: 2,
replicationFactor: 1,
distributeShardsLike: "_graphs" });
}
catch (err) {