Skip to content

Commit

Permalink
chore: disable connection monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 13, 2025
1 parent d130bd7 commit 287dd51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interop/test/fixtures/get-libp2p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export async function getLibp2p (): Promise<Libp2p<{ ping: PingService }>> {
connectionGater: {
denyDialMultiaddr: async () => false
},
connectionMonitor: {
enabled: false
},
services: {
ping: ping({
maxInboundStreams: Infinity,
maxOutboundStreams: Infinity
}),
ping: ping(),
identify: identify()
}
}
Expand Down

0 comments on commit 287dd51

Please sign in to comment.