Constant MAX_BODIES_SERVE
pub const MAX_BODIES_SERVE: usize = 1024; // 1_024usize
Available on crate feature
network
only.Expand description
Maximum number of block headers to serve.
Used to limit lookups. With 24KB block sizes nowadays, the practical limit will always be
SOFT_RESPONSE_LIMIT
.