Constant sc_basic_authorship::DEFAULT_BLOCK_SIZE_LIMIT
source · pub const DEFAULT_BLOCK_SIZE_LIMIT: usize = _; // 4_194_816usize
Expand description
Default block size limit in bytes used by Proposer
.
Can be overwritten by ProposerFactory::set_default_block_size_limit
.
Be aware that there is also an upper packet size on what the networking code will accept. If the block doesn’t fit in such a package, it can not be transferred to other nodes.