Skip to content

Commit

Permalink
fix: Use relay defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenyoung committed Oct 12, 2024
1 parent 168b0db commit 0c89598
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/utils/relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ const server = await createLibp2p({
streamMuxers: [yamux()],
services: {
identify: identify(),
relay: circuitRelayServer({
reservations: {
maxReservations: 5000,
reservationTtl: 1000,
defaultDataLimit: BigInt(1024 * 1024 * 1024)
}
})
relay: circuitRelayServer()
}
})

Expand Down

0 comments on commit 0c89598

Please sign in to comment.