Skip to content

Commit

Permalink
Increase page size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
BruDriguezz authored and BruDriguezz committed Aug 24, 2024
1 parent 73de75f commit 87c48f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainframe/endpoints/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def lookup_package_info(
name: Optional[str] = None,
version: Optional[str] = None,
page: int = 1,
size: int = 50,
size: int = 100,
) -> Page[Package]:
"""
Lookup information on scanned packages based on name, version, or time
Expand Down

0 comments on commit 87c48f3

Please sign in to comment.