Skip to content

Commit

Permalink
Merge pull request #1206 from PradaJoaquin/main
Browse files Browse the repository at this point in the history
fix: Update relay example to use default reservation ttl setting
  • Loading branch information
haydenyoung authored Nov 25, 2024
2 parents c3be1d2 + adb8d77 commit 4fccfda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utils/relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const server = await createLibp2p({
relay: circuitRelayServer({
reservations: {
maxReservations: 5000,
reservationTtl: 1000,
defaultDataLimit: BigInt(1024 * 1024 * 1024)
}
})
Expand Down

0 comments on commit 4fccfda

Please sign in to comment.