Skip to content

Commit 7c1e4b0

Browse files
committed
Limit the number of releases
1 parent 0ec904f commit 7c1e4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/firmware_flasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TABS.firmware_flasher.initialize = function (callback) {
139139
TABS.firmware_flasher.releases = releases;
140140
};
141141

142-
$.get('https://api.github.com/repos/iNavFlight/inav/releases', function (releasesData){
142+
$.get('https://api.github.com/repos/iNavFlight/inav/releases?per_page=10', function (releasesData){
143143
TABS.firmware_flasher.releasesData = releasesData;
144144
buildBoardOptions();
145145

0 commit comments

Comments
 (0)