pub const NUM_WAITING_HEADERS_THRESHOLD: usize = 1000;
Expand description

Minimum number of missing items in the sync pipeline. If we have fewer, we will try to request some more.