mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Merge pull request #1206 from PradaJoaquin/main
fix: Update relay example to use default reservation ttl setting
This commit is contained in:
@@ -32,7 +32,6 @@ const server = await createLibp2p({
|
||||
relay: circuitRelayServer({
|
||||
reservations: {
|
||||
maxReservations: 5000,
|
||||
reservationTtl: 1000,
|
||||
defaultDataLimit: BigInt(1024 * 1024 * 1024)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user