Skip to main content

MAX_VARIABLE_VALUE_LENGTH

Constant MAX_VARIABLE_VALUE_LENGTH 

Source
pub const MAX_VARIABLE_VALUE_LENGTH: usize = 65_536;
Expand description

Maximum length for variable values (64KB).

Values exceeding this limit are truncated to prevent denial-of-service attacks via memory exhaustion.