Constant MAX_RECEIPTS_SERVE
pub const MAX_RECEIPTS_SERVE: usize = 1024; // 1_024usize
Available on crate feature
network
only.Expand description
Maximum number of receipts to serve.
Used to limit lookups.
pub const MAX_RECEIPTS_SERVE: usize = 1024; // 1_024usize
network
only.Maximum number of receipts to serve.
Used to limit lookups.