Skip to content

Commit

Permalink
chore(gatsby-source-contentful): Fix docs pageLimit default value (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
fk committed May 12, 2023
1 parent 7501d18 commit 89a3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/README.md
Expand Up @@ -161,7 +161,7 @@ Using the ID is a much more stable property to work with as it will change less

If you are confident your content types will have natural-language IDs (e.g. `blogPost`), then you should set this option to `false`. If you are unable to ensure this, then you should leave this option set to `true` (the default).

**`pageLimit`** [number][optional] [default: `100`]
**`pageLimit`** [number][optional] [default: `1000`]

Number of entries to retrieve from Contentful at a time. Due to some technical limitations, the response payload should not be greater than 7MB when pulling content from Contentful. If you encounter this issue you can set this param to a lower number than 100, e.g `50`.

Expand Down

0 comments on commit 89a3232

Please sign in to comment.