mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-26 22:29:13 +00:00
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
|
||||
// @ts-ignore
|
||||
emitSelf: true,
|
||||
relayKeepAlive: 15,
|
||||
pingKeepAlive: 15,
|
||||
relayKeepAlive: 0,
|
||||
libp2p: {
|
||||
peerDiscovery: [
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user