Skip to content

Commit

Permalink
docs: remove mention of experimental pageDataCollectionTimeout (#30107)
Browse files Browse the repository at this point in the history
Removing the mention of `experimental.pageDataCollectionTimeout` in the docs as it doesn't exist anymore.

Related discussion: #29992
  • Loading branch information
thibautsabot committed Oct 20, 2021
1 parent f068319 commit 3b34626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/page-data-collection-timeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When restarted it will retry all uncompleted jobs, but if a job was unsuccessful
- Make sure that there is no infinite loop during execution.
- Make sure all Promises in `getStaticPaths` `resolve` or `reject` correctly.
- Avoid very long timeouts for network requests.
- Increase the timeout by changing the `experimental.pageDataCollectionTimeout` configuration option (default `60` in seconds).
- Increase the timeout by changing the `config.staticPageGenerationTimeout` configuration option (default `60` in seconds).

### Useful Links

Expand Down

0 comments on commit 3b34626

Please sign in to comment.