Skip to content

Commit

Permalink
docs: retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Sep 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5297dbb commit 9c02baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/3.config.md
Original file line number Diff line number Diff line change
@@ -348,7 +348,7 @@ Default:
crawlLinks: false,
ignore: [],
routes: [],
tries: 3,
retries: 3,
retryDelay: 500
}
```
@@ -374,7 +374,7 @@ Set `autoSubfolderIndex` lets you control how to generate the files in the `.out

This option is useful when your hosting provider does not give you an option regarding the trailing slash.

The prerenderer will attempt to render pages 3 times with a delay of 500ms. Use `retry` and `retryDelay` to change this behavior.
The prerenderer will attempt to render pages 3 times with a delay of 500ms. Use `retries` and `retryDelay` to change this behavior.

## Directories

0 comments on commit 9c02baa

Please sign in to comment.