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
switch from using a single persistent connection to using a socket
per-request. Mainly to prevent inspecting messages that have no
relevance to our process when there are no active requests. And to
prevent wasted memory/processing maintaining our own message queue.
*hasty re-write, but it seems much better
no real benchmarks, but running on 2 systems for 48 hours shows
no errors (excluding "no-route" errors), ~2% cpu reduction, and a
faster ipfs bootstrap.
0 commit comments