Constant zebrad::components::sync::TIPS_RESPONSE_TIMEOUT
source · 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.