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 Sep 6, 2024
1 parent b0be85b commit 91fb47a
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 @@ -99,7 +99,7 @@ export class ConnectionMonitor implements Startable {
})
const stream = await conn.newStream(this.protocol, {
signal,
runOnTransientConnection: true
runOnLimitedConnection: true
})
const bs = byteStream(stream)
start = Date.now()
Expand Down

0 comments on commit 91fb47a

Please sign in to comment.