libp2p / js-libp2p

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

fix: increase default DHT query timeout #2525

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

30s is not enough for a typical query with an empty routing table.

A typical time is more like 60s so increase to 180s to give headroom.

Change checklist