pub const MAX_RENDERED_COMMENTS_PER_SECTION: usize = 50;Expand description
The maximum number of newest comments rendered for an issue or one pull request review-comment section. Older comments remain available on GitHub and are disclosed in the canonical document instead of silently dropped.