Skip to content

Commit 4fccfda

Browse files
authored
Merge pull request orbitdb#1206 from PradaJoaquin/main
fix: Update relay example to use default reservation ttl setting
2 parents c3be1d2 + adb8d77 commit 4fccfda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/utils/relay.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const server = await createLibp2p({
3232
relay: circuitRelayServer({
3333
reservations: {
3434
maxReservations: 5000,
35-
reservationTtl: 1000,
3635
defaultDataLimit: BigInt(1024 * 1024 * 1024)
3736
}
3837
})

0 commit comments

Comments
 (0)