Skip to content

Commit

Permalink
chore: set discoverRelays to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Mar 11, 2024
1 parent a65e3f6 commit 36b2226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getCustomLibp2p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export async function getCustomLibp2p ({ datastore }: HeliaGatewayLibp2pOptions)
},
transports: [
circuitRelayTransport({
discoverRelays: 1
discoverRelays: 0
}),
tcp(),
/**
Expand Down

0 comments on commit 36b2226

Please sign in to comment.