Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
fix: increase fetch size (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarridopt committed Feb 13, 2023
1 parent 61b0720 commit 8fe1015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (isDataInCache("launch")) {
drawLaunchHtml(launch);
} else {
const launchesAPI =
"https://ll.thespacedevs.com/2.0.0/launch/upcoming/?limit=10&mode=detailed";
"https://ll.thespacedevs.com/2.0.0/launch/upcoming/?limit=20&mode=detailed";

_ajaxrequest(launchesAPI, function(d) {
if (d != false) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket Launch Schedule",
"description": "List of all upcoming rocket launches",
"version": "23.2.2",
"version": "23.2.13",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
Expand Down

0 comments on commit 8fe1015

Please sign in to comment.