5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,266 stars (25,266 stars)9,474 forks (9,474 forks)batch import
component:coreenhancementgood first issueimported-jira-issueperformancepriority:majorresolution:unresolved
- Issue type
- performance
- Research direction
- Investigate how the RSS changelog is generated in Jenkins core, likely in classes such as `RSSFeed` or `Job`. The issue proposes limiting the default number of entries to 20 while allowing clients to request more via a query parameter. Look for existing constants or methods that define the feed size. Consider implementing a configuration option or simply capping the output. Reference the linked Jira issue and any related PRs if available.