set pingKeepAlive to aid in connection recovery
This commit is contained in:
parent
4590d4b852
commit
a2550b61d7
|
@ -96,7 +96,8 @@ class Client {
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
emitSelf: true,
|
emitSelf: true,
|
||||||
relayKeepAlive: 15,
|
pingKeepAlive: 15,
|
||||||
|
relayKeepAlive: 0,
|
||||||
libp2p: {
|
libp2p: {
|
||||||
peerDiscovery: [
|
peerDiscovery: [
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue