diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index cb1cc805..4c941fb4 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -422,6 +422,7 @@ const instantiateGun = () => { const _gun = /** @type {unknown} */ (new Gun({ axe: false, + multicast: false, peers: Config.PEERS })) @@ -435,6 +436,7 @@ instantiateGun() const freshGun = async () => { const _gun = /** @type {unknown} */ (new Gun({ axe: false, + multicast: false, peers: Config.PEERS }))