Skip to content

Commit

Permalink
Update packages/gatsby-source-vtex/src/graphql/pagination/product.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Larícia Mota <lmmc2@cin.ufpe.br>
  • Loading branch information
tlgimenes and lariciamota authored Jul 1, 2021
1 parent 375a1e9 commit 19f38f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface IPage {
const PAGE_SIZE = 90

// VTEX Search API hard limits us to 2500 products at most
// Increasing this hard limit on the API may help us fetching more products
// Increasing this hard limit on the API may help us fetch more products
const MAX_PRODUCTS = 2500

export const ProductPaginationAdapter = ({
Expand Down

0 comments on commit 19f38f6

Please sign in to comment.