You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add STAC_ITEM_LIMIT environment variable for result limiting
This commit introduces the STAC_ITEM_LIMIT environment variable to control the maximum number of items
returned by key API endpoints:
- GET /collections - Limits collections returned
- GET /collections/{collection_id}/items - Limits items in a collection
- GET /search - Limits search results
0 commit comments