ButterCMS / gatsby-source-buttercms

Gatsby source plugin for building websites using Butter CMS as a data source.
5 stars 12 forks source link

Reaching API Payload limit with page size of 100 #39

Closed d-neri closed 2 years ago

d-neri commented 2 years ago

The default page size in this library is currently 100, and it's easy to bump into the API payload limits when retrieving content (10 MB). We forked this and reduced the page_size to 20 for now, but lowering this limit to something more reasonable and letting the pagination do the work would be ideal.

jakelumetta commented 2 years ago

Thanks @d-neri ! Great suggestion

jakelumetta commented 2 years ago

Resolved in https://github.com/ButterCMS/gatsby-source-buttercms/commit/2ea256e84e335326bcfe7ff3bd3bdd0179a6d3e5