pub const MAX_VARIABLE_VALUE_LENGTH: usize = 65_536;
Maximum length for variable values (64KB).
Values exceeding this limit are truncated to prevent denial-of-service attacks via memory exhaustion.