You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,7 @@ You can see the bundle in action in the [custom libp2p example](examples/custom-
340
340
- `peerDiscovery` (Array<[libp2p.PeerDiscovery](https://github.com/libp2p/interface-peer-discovery)>): An array of Libp2p peer discovery classes/instances to use _instead_ of the defaults. See [libp2p/peer-discovery](https://github.com/libp2p/interface-peer-discovery) for details. If passing a class, configuration can be passed using the config section below under the key corresponding to you module's unique `tag` (a static property on the class)
341
341
-`config` (object):
342
342
-`peerDiscovery` (object):
343
+
-`autoDial` (boolean): Dial to discovered peers when under the Connection Manager min peer count watermark. (default `true`)
343
344
-`[PeerDiscovery.tag]` (object): configuration for a peer discovery module
344
345
-`enabled` (boolean): whether thismodule is enabled or disabled
345
346
-`[custom config]` (any): other keys are specific to the module
0 commit comments