reduced reservationTTL to 15 mins
This commit is contained in:
parent
ce79c0150a
commit
39e47fcf3d
4
index.js
4
index.js
@ -40,8 +40,8 @@ const relay = await createLibp2p({
|
|||||||
services: {
|
services: {
|
||||||
identify: identify(),
|
identify: identify(),
|
||||||
relay: circuitRelayServer({
|
relay: circuitRelayServer({
|
||||||
reservations: 512,
|
reservations: 1024,
|
||||||
reservationTTL: 2 * 60 * 60 * 1000,
|
reservationTTL: 15 * 60 * 1000, // 15 minutes
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user