Skip to content

Commit

Permalink
feat: Increase landsat items default limit (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiros committed Oct 11, 2024
1 parent eed30f2 commit d27c897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/schemas/landsat/landsat_api_by_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


class LandsatAPIBySearch(LandsatAPI):
max_items: int = 5
limit: int = 5
max_items: int = 25
limit: int = 25
coordinates: Coordinates
start_date: datetime
end_date: datetime
Expand Down

0 comments on commit d27c897

Please sign in to comment.