pub const TIPS_RESPONSE_TIMEOUT: Duration;
Expand description
Controls how long we wait for a tips response to return.
ยงCorrectness
If this timeout is removed (or set too high), the syncer will sometimes hang.
If this timeout is set too low, the syncer will sometimes get stuck in a failure loop.