libp2p / js-libp2p

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

fix: decrease default dial timeout #2471

Closed achingbrain closed 6 months ago

achingbrain commented 6 months ago

30s is far too long for a default dial timeout and can cause dialing unresponsive peers with multiple valid addresses to block the dial queue. Decrease to 2s.

Change checklist