BLOCK_REQUEST_BATCH_DELAY

Constant BLOCK_REQUEST_BATCH_DELAY 

Source
pub const BLOCK_REQUEST_BATCH_DELAY: Duration;
Expand description

The time nodes wait between issuing batches of block requests to avoid triggering spam detection.

The current rate limit for all messages is around 160k per second (see [Gateway::max_cache_events]). This constant limits number of block requests to a much lower 100 per second.