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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
and peer connections are closed with Reserved peer QmUnBwbLUgyd18NS9Q9rrDExDTBMGk33Nd8VjUFUDmLYTS disconnected. The node is stuck and cannot download blocks.
While syncing a range of large blocks (200kB per block), the following error keeps happening
and peer connections are closed with
Reserved peer QmUnBwbLUgyd18NS9Q9rrDExDTBMGk33Nd8VjUFUDmLYTS disconnected
. The node is stuck and cannot download blocks.The 16MB limit is set here https://github.com/paritytech/substrate/blob/master/client/network/src/block_requests.rs#L141
Can we increase the limits? Or expose these constants so they can be set by a service builder?
It would be nice to log the failure as
error
instead ofdebug
, there is noerror
log currently.The text was updated successfully, but these errors were encountered: