Skip to main content

BACKFILL_INTERVAL

Constant BACKFILL_INTERVAL 

Source
pub const BACKFILL_INTERVAL: Duration;
Expand description

How often the backfill poller pulls each endpoint. 30 s is slow enough to be polite to the engine and fast enough that a WS dropout doesn’t leave the operator staring at a stale mirror for long. Callers that want a different cadence (tests, mainly) use EngineStatePoller::spawn_with_interval.