Skip to content

Commit

Permalink
client: use default config
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Dec 12, 2024
1 parent c0dff7f commit b762687
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/portalnetwork/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ export class PortalNetwork extends (EventEmitter as { new (): PortalNetworkEvent
ip4: multiaddr(),
},
config: {
addrVotesToUpdateEnr: 0,
enrUpdate: true,
allowUnverifiedSessions: true,
requestTimeout: 15 * 1000,

},
}
const config = { ...defaultConfig, ...opts.config }
Expand Down

0 comments on commit b762687

Please sign in to comment.