Skip to content

Commit

Permalink
change relays discovery setup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 2, 2024
1 parent ca07e06 commit e06321c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export class TopologyNetworkNode {
streamMuxers: [yamux()],
transports: [
circuitRelayTransport({
discoverRelays: 0,
discoverRelays: 2,
reservationConcurrency: 1,
}),
webRTC({
rtcConfiguration: {
Expand Down

0 comments on commit e06321c

Please sign in to comment.