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
Implement a blacklisting mechanism that after N reconnect attempts in a period of time, will stop murmur from invoking: this.node.dial(peer, () => { });.
The text was updated successfully, but these errors were encountered:
Some peers are causing an increase in CPU usage when they connect/disconnect. I have identified two of them which spiked the processor to 100%.
murmur/src/libp2p-node.js
Line 142 in 58a0cfa
Implement a blacklisting mechanism that after N reconnect attempts in a period of time, will stop murmur from invoking:
this.node.dial(peer, () => { });
.The text was updated successfully, but these errors were encountered: