Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versionchooser: bump dockerhub page_size to 200 #2891

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Williangalvani
Copy link
Member

No description provided.

Copy link
Collaborator

@ES-Alexander ES-Alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed this functionality works.

@Williangalvani mentioned this is preferable to dynamically fetching more pages with fewer per page because limits are around API calls, not their contents.

Only potential concerns are around

  1. whether too large a number would cause the fetch to fail if there aren't enough images
    • this seems highly unlikely
  2. whether it's too much data to fetch for people on slow connections
    • if they can't fetch this much metadata then they almost certainly can't fetch an actual image, so this seems like a non-issue

@patrickelectric patrickelectric merged commit fa9ba85 into bluerobotics:master Sep 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants