Skip to main content

MAX_GITHUB_IMAGE_ATTACHMENTS

Constant MAX_GITHUB_IMAGE_ATTACHMENTS 

Source
pub const MAX_GITHUB_IMAGE_ATTACHMENTS: usize = 8;
Expand description

At most this many GitHub-hosted images become attachments for one read. Keeping the count fixed prevents a long issue thread from creating an unbounded transport payload.