Skip to content

Commit

Permalink
reduce pagination page size to 100 for harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-david committed Mar 14, 2024
1 parent 1966560 commit 7c595bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ProjectRole(Enum):
oidc_endpoint = os.environ.get("OIDC_ENDPOINT")

# Harbor pagination number of results per request
pagination_page_size = 1000
pagination_page_size = 100


async def main() -> None:
Expand Down

0 comments on commit 7c595bc

Please sign in to comment.