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
There is a max of 32 streams, and we are sampling hundred of peers to open streams. This is causing us to not be able to sync from scratch and we need to be able to do so without having to touch the nodes.
Solution:
Go look at the rank of peers and open streams to them first, and perform this async.
The text was updated successfully, but these errors were encountered:
There is a max of 32 streams, and we are sampling hundred of peers to open streams. This is causing us to not be able to sync from scratch and we need to be able to do so without having to touch the nodes.
Solution:
Go look at the rank of peers and open streams to them first, and perform this async.
The text was updated successfully, but these errors were encountered: