SCAN_LIMIT

Constant SCAN_LIMIT 

Source
const SCAN_LIMIT: i64 = 1024;
Expand description

Max rows scanned from event_log. v0.2 scale (~256 hosts × ~few gate decisions per dispatch attempt) keeps practical totals well under this even mid-rollout. If you raise this, also bump it in the CLI.