disable multicast
This commit is contained in:
parent
2b7d77dca5
commit
0e8bd53fff
1 changed files with 2 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ const instantiateGun = () => {
|
||||||
|
|
||||||
const _gun = /** @type {unknown} */ (new Gun({
|
const _gun = /** @type {unknown} */ (new Gun({
|
||||||
axe: false,
|
axe: false,
|
||||||
|
multicast: false,
|
||||||
peers: Config.PEERS
|
peers: Config.PEERS
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
@ -435,6 +436,7 @@ instantiateGun()
|
||||||
const freshGun = async () => {
|
const freshGun = async () => {
|
||||||
const _gun = /** @type {unknown} */ (new Gun({
|
const _gun = /** @type {unknown} */ (new Gun({
|
||||||
axe: false,
|
axe: false,
|
||||||
|
multicast: false,
|
||||||
peers: Config.PEERS
|
peers: Config.PEERS
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue