pub const MIN_MAX_OUTPUT_SIZE: ByteSize;Expand description
Minimum allowed value for max_output_size.
This ensures there’s enough space for the truncation marker plus some actual content. The truncation marker is approximately 40 bytes, so 1000 bytes provides reasonable headroom.