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
fix(libp2p): reduce dialer activity in browsers (#1970)
Use a different set of defaults for browsers vs node - from testing
we never really see more than 20x connections so there's no point
having the auto-dialler trying to reach 50x, also reduce the number
of concurrent dials and how many peers we try to autodial at once.
This is to reduce overall CPU usage in order to make existing
connections more stable.
0 commit comments