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