Skip to content

Commit

Permalink
chore: fix connection monitor property
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 14, 2024
1 parent cf7f50c commit a965f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p/src/connection-monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class ConnectionMonitor implements Startable {
})
const stream = await conn.newStream('/ipfs/ping/1.0.0', {
signal,
runOnTransientConnection: true
runOnLimitedConnection: true
})
const bs = byteStream(stream)
start = Date.now()
Expand Down

0 comments on commit a965f40

Please sign in to comment.