mirror of https://gitee.com/bigwinds/arangodb
Back to replicationFactor 2 for statistics.
This commit is contained in:
parent
d801510ac5
commit
e3db0c4be9
|
@ -55,7 +55,7 @@ function createStatisticsCollection (name) {
|
|||
|
||||
try {
|
||||
r = db._create(name, { isSystem: true, waitForSync: false,
|
||||
replicationFactor: 1,
|
||||
replicationFactor: 2,
|
||||
distributeShardsLike: "_graphs" });
|
||||
}
|
||||
catch (err) {
|
||||
|
|
Loading…
Reference in New Issue