const RATE_LIMIT_DELAY: Duration;
Expand description
The delay between queue check events.
This interval is chosen so that there are a significant number of queue checks in each target block interval.
This allows transactions to propagate across the network for each block, even if some peers are poorly connected.