1
0
Fork 0

Back to replicationFactor 2 for statistics.

This commit is contained in:
Max Neunhoeffer 2016-05-25 08:03:36 +02:00
parent d801510ac5
commit e3db0c4be9
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: 1,
replicationFactor: 2,
distributeShardsLike: "_graphs" });
}
catch (err) {