referrerpolicy=no-referrer-when-downgrade

Constant MAX_STATEMENT_SIZE

Source
pub const MAX_STATEMENT_SIZE: usize = _; // 1_048_575usize
Expand description

The maximum size of a single statement in bytes. Accounts for the 1-byte vector length prefix when statements are gossiped as Vec<Statement>.