Skip to content

Commit

Permalink
docs: use staticPageGenerationTimeout instead of pageDataCollectionTi…
Browse files Browse the repository at this point in the history
…meout
  • Loading branch information
thibautsabot committed Oct 20, 2021
1 parent 8e87fcb commit 7c5433c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors/page-data-collection-timeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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.staticPageGenerationTimeout` configuration option (default `60` in seconds).

### Useful Links

Expand Down

0 comments on commit 7c5433c

Please sign in to comment.