diff --git a/services/github/github-downloads.service.js b/services/github/github-downloads.service.js index 4f3323b658..532469fb0b 100644 --- a/services/github/github-downloads.service.js +++ b/services/github/github-downloads.service.js @@ -155,7 +155,10 @@ module.exports = class GithubDownloads extends LegacyService { if (releasePath) { apiUrl = `${apiUrl}/${releasePath}` } + } else { + apiUrl = `${apiUrl}?per_page=500` } + const badgeData = getBadgeData('downloads', data) if (badgeData.template === 'social') { badgeData.logo = getLogo('github', data)