sync: Remove periodic tick from SyncingEngine
#5451
Labels
D1-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
I3-annoyance
The node behaves within expectations, however this “expected behaviour” itself is at issue.
Remove periodic tick from
SyncingEngine
:https://github.com/paritytech/polkadot-sdk/blob/master/substrate/client/network/sync/src/engine.rs#L599-L604
It is not used by syncing, but without it sync tests hang forever.
See #5410 (comment) for the context.
The text was updated successfully, but these errors were encountered: