From 207936a9fd39cadf88bbfcee3c38073f97bd8d6b Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 14 Feb 2020 14:21:46 -0400 Subject: [PATCH] disable axe, lock gun version --- package.json | 2 +- services/gunDB/Mediator/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7803eb99..4ad5aea8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "google-proto-files": "^1.0.3", "graphviz": "0.0.8", "grpc": "^1.21.1", - "gun": "^0.2019.1211", + "gun": "0.2019.1211", "husky": "^3.0.9", "jsonfile": "^4.0.0", "jsonwebtoken": "^8.3.0", diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 2f44d5d7..ea0e373f 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -232,7 +232,7 @@ const instantiateGun = async () => { } const _gun = new Gun({ - axe: true, + axe: false, peers: Config.PEERS })