libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

fix: pass autodial config thorugh in connection manager init #2523

Closed oott123 closed 2 months ago

oott123 commented 2 months ago

Title

fix: options in connection manager init should be passed to autodial

Description

autoDialPeerRetryThreshold and autoDialDiscoveredPeersDebounce should be passed from connection manager to auto dial, otherwise it won't work

Notes & open questions

Change checklist

achingbrain commented 2 months ago

Thanks!