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
If a node is configured as pure P2P (e.g. "EnableP2P": true and "EnableDHTProviders": true) then normal catchup will advance a several hundred rounds, then pause for a few seconds. Fast catchup works as expected. However, once fast catchup completes, the same behavior is observed for regular catchup until caught up.
Subject of the issue
If a node is configured as pure P2P (e.g.
"EnableP2P": true
and"EnableDHTProviders": true
) then normal catchup will advance a several hundred rounds, then pause for a few seconds. Fast catchup works as expected. However, once fast catchup completes, the same behavior is observed for regular catchup until caught up.Your environment
Steps to reproduce
Expected behaviour
Normal speed catchup, without pauses
Actual behaviour
As above - proceed several hundred rounds, then pause for a few seconds, over and over.
The text was updated successfully, but these errors were encountered: