mirror of
https://github.com/status-im/status-web.git
synced 2025-02-12 12:38:30 +00:00
set pingKeepAlive to aid in connection recovery
This commit is contained in:
parent
2d363453a3
commit
c8cd9d45a9
@ -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