Skip to main content

AGGREGATOR_RETRY_INTERVAL

Constant AGGREGATOR_RETRY_INTERVAL 

Source
pub(crate) const AGGREGATOR_RETRY_INTERVAL: Duration;
Expand description

How long the aggregator waits for the next block before rebuilding the stream.

The aggregator drives an in-order stream of passive fetches. A single missed availability notification would otherwise park the stream until the 8h proactive scan. On this interval the aggregator breaks the inner loop and rebuilds the stream from the committed aggregate height, which re-evaluates might_exist against current storage and loads now-present heights as Ready.