Update the timeout default

This was increased to 30s with:
https://github.com/gohugoio/hugo/pull/6535
This commit is contained in:
Joe Mooring
2021-11-01 15:09:07 -07:00
committed by Bjørn Erik Pedersen
parent 6043b54cc1
commit fbbdb0ab15
+2 -2
View File
@@ -381,9 +381,9 @@ The directory where Hugo reads the themes from.
### timeout
**Default value:** 10000
**Default value:** "30s"
Timeout for generating page contents, in milliseconds (defaults to 10 seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit.
Timeout for generating page contents, specified as a [duration](https://pkg.go.dev/time#Duration) or in milliseconds. *Note:* this is used to bail out of recursive content generation. You might need to raise this limit if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents).
### timeZone